9 PX to PT
Result
9 px = 6.75 pt
Explanation
- Pixels — 9
To convert 9 pixels to points you need to multiply pixels value by 0.75, in our case: 9 × 0.75. In result we'll receive that 9 px is equal to 6.75 points (pt)
CSS code for 9 PX to PT
p { font-size: 6.75pt }
HTML (inline CSS):
<p style="font-size: 6.75pt">Hello World<p>