Pixels to Inches Converter
Convert pixels to inches at a chosen resolution. At the 96 DPI CSS reference, 96px equals 1 inch.
Pixels per inch — 96 for screen, 150–300 for print.
Result
0.1667in
Formula
inches = px ÷ DPI (default 96)Conversion table
px → in at resolution (dpi) = 96.
About the Pixels to Inches conversion
An inch is a physical length. On screen, the number of pixels per inch depends on the resolution (DPI/PPI). CSS defines a reference of 96 pixels per inch, which is the default this converter uses.
To convert pixels to inches you divide the pixel count by the DPI. At 96 DPI, 96px is 1 inch, 48px is 0.5 inch, and 192px is 2 inches. For print, set the DPI to your export resolution — often 150 or 300.
This pixels to inches converter is useful when preparing screen assets for print, sizing physical layouts, or checking the real-world dimensions of an image at a given resolution.