#9250E9
A light, vivid purple closely aligning with Darkorchid.
About #9250E9
At its core, #9250E9 is a light and vivid hue. Its closest recognized web color is Darkorchid. To achieve this exact tint on a monitor, you would use an RGB mix of 146, 80, and 233.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 37% C, 66% M, 0% Y, and 9% K. With a hue angle of 265.9 degrees, it sits comfortably in the purple spectrum.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#9250E9
RGB146, 80, 233
HSL265.9°, 77.7%, 61.4%
CMYK37%, 66%, 0%, 9%
HSV265.9°, 65.7%, 91.4%
LAB49.2, 57.4, -67.3
XYZ29.4, 17.7, 79.0
Decimal9588969
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.62:1
Text on #FFFFFF
AA
4.55:1
Text on #000000
AA
4.41:1
Text on #F8FAFC
AA Large
3.86:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #9250E9;
}
.text-color {
color: #9250E9;
}
.border-color {
border: 2px solid #9250E9;
}