96pt to px
96pt = 128px
pt and px are both absolute CSS units, so this ratio never changes.
How it is calculated
One pt is 1.3333px, so:
96pt × 1.3333 = 128px
Reversing it, 128px × 0.75 returns 96pt.
Nearby values
| pt | px |
|---|---|
| 48pt | 64px |
| 56pt | 74.6667px |
| 64pt | 85.3333px |
| 72pt | 96px |
| 80pt | 106.67px |
| 96pt | 128px |
| 128pt | 170.67px |
Frequently asked questions
What is 96pt in px?
128px.
How is 96pt converted to px?
Multiply by 1.3333: 96 × 1.3333 = 128. To go back, multiply 128 by 0.75.
Does zoom or font size change 96pt?
No. pt and px are both absolute CSS units, so the ratio is fixed and 96pt is 128px in every context.