#920FA8
A dark, vivid magenta closely aligning with Darkorchid.
About #920FA8
The hex code #920FA8 represents a beautifully specific shade of magenta. Its closest recognized web color is Darkorchid. This translates to an RGB value of rgb(146, 15, 168).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 13% cyan, 91% magenta, 0% yellow, and 34% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#920FA8
RGB146, 15, 168
HSL291.4°, 83.6%, 35.9%
CMYK13%, 91%, 0%, 34%
HSV291.4°, 91.1%, 65.9%
LAB36.5, 66.5, -50.1
XYZ19.1, 9.3, 37.8
Decimal9572264
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.35:1
Text on #FFFFFF
AAA
2.86:1
Text on #000000
FAIL
7.03:1
Text on #F8FAFC
AAA
2.43:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #920FA8;
}
.text-color {
color: #920FA8;
}
.border-color {
border: 2px solid #920FA8;
}