#920FE9
A medium, vivid purple closely aligning with Darkviolet.
About #920FE9
At its core, #920FE9 is a medium and vivid hue. Its closest recognized web color is Darkviolet. To achieve this exact tint on a monitor, you would use an RGB mix of 146, 15, and 233.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 37% cyan, 94% magenta, 0% yellow, and 9% 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. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#920FE9
RGB146, 15, 233
HSL276.1°, 87.9%, 48.6%
CMYK37%, 94%, 0%, 9%
HSV276.1°, 93.6%, 91.4%
LAB41.7, 78.7, -79.4
XYZ26.7, 12.3, 78.1
Decimal9572329
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.06:1
Text on #FFFFFF
AA
3.47:1
Text on #000000
AA Large
5.79:1
Text on #F8FAFC
AA
2.95:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #920FE9;
}
.text-color {
color: #920FE9;
}
.border-color {
border: 2px solid #920FE9;
}