#9207E2
A medium, vivid purple closely aligning with Darkviolet.
About #9207E2
Visually, #9207E2 is defined as a vivid purple. If you're using CSS, you might find it aligns closely with Darkviolet. To achieve this exact tint on a monitor, you would use an RGB mix of 146, 7, and 226.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 35% C, 97% M, 0% Y, and 11% K. Always request a physical proof before doing a large print run with this exact code.
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#9207E2
RGB146, 7, 226
HSL278.1°, 94.0%, 45.7%
CMYK35%, 97%, 0%, 11%
HSV278.1°, 96.9%, 88.6%
LAB40.8, 78.2, -77.0
XYZ25.7, 11.8, 72.9
Decimal9570274
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.27:1
Text on #FFFFFF
AA
3.35:1
Text on #000000
AA Large
5.99:1
Text on #F8FAFC
AA
2.85:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #9207E2;
}
.text-color {
color: #9207E2;
}
.border-color {
border: 2px solid #9207E2;
}