Inches to Pixels Converter
Convert inches to pixels at a chosen resolution. At the 96 DPI CSS reference, 1 inch equals 96px.
Pixels per inch — 96 for screen, 150–300 for print.
Result
1536px
Formula
px = inches × DPI (default 96)Conversion table
in → px at resolution (dpi) = 96.
About the Inches to Pixels conversion
An inch is a physical length; a pixel is a screen dot. Converting inches to pixels requires a resolution (DPI) — the number of pixels packed into each inch. CSS uses a 96 DPI reference by default.
The formula is px = inches × DPI. At 96 DPI, 1 inch is 96px, 0.5 inch is 48px, and 2 inches are 192px. For print exports, set the DPI to 150 or 300 to get the correct pixel dimensions.
Use this inches to pixels converter when sizing an image for a physical print at a target resolution, or turning a real-world measurement into the pixel dimensions your design tool needs.