#9207CC
A medium, vivid purple closely aligning with Darkviolet.
About #9207CC
The precise color #9207CC is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkviolet. This translates to an RGB value of rgb(146, 7, 204).
If you are designing for print, the four-color process is what matters most. The color uses 28% Cyan, 97% Magenta, 0% Yellow, and 20% Black. The HSL representation is 282.3° hue, 93.4% saturation, and 41.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#9207CC
RGB146, 7, 204
HSL282.3°, 93.4%, 41.4%
CMYK28%, 97%, 0%, 20%
HSV282.3°, 96.6%, 80.0%
LAB38.9, 74.0, -67.4
XYZ22.8, 10.6, 58.0
Decimal9570252
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.72:1
Text on #FFFFFF
AA
3.12:1
Text on #000000
AA Large
6.42:1
Text on #F8FAFC
AA
2.66:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #9207CC;
}
.text-color {
color: #9207CC;
}
.border-color {
border: 2px solid #9207CC;
}