#9200DB
A medium, vivid purple closely aligning with Darkviolet.
About #9200DB
The precise color #9200DB is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkviolet. Its digital footprint relies on 146 parts red, 0 parts green, and 219 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 33% C, 100% M, 0% Y, and 14% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#9200DB
RGB146, 0, 219
HSL280.0°, 100.0%, 42.9%
CMYK33%, 100%, 0%, 14%
HSV280.0°, 100.0%, 85.9%
LAB40.0, 77.6, -74.4
XYZ24.6, 11.2, 67.9
Decimal9568475
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.47:1
Text on #FFFFFF
AA
3.25:1
Text on #000000
AA Large
6.19:1
Text on #F8FAFC
AA
2.76:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #9200DB;
}
.text-color {
color: #9200DB;
}
.border-color {
border: 2px solid #9200DB;
}