#9200D3
A medium, vivid purple closely aligning with Darkviolet.
About #9200D3
Visually, #9200D3 is defined as a vivid purple. Designers often compare it to the standard color Darkviolet. This translates to an RGB value of rgb(146, 0, 211).
For print applications, it's crucial to understand its CMYK makeup. The color uses 31% Cyan, 100% Magenta, 0% Yellow, and 17% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#9200D3
RGB146, 0, 211
HSL281.5°, 100.0%, 41.4%
CMYK31%, 100%, 0%, 17%
HSV281.5°, 100.0%, 82.7%
LAB39.3, 76.1, -70.9
XYZ23.6, 10.8, 62.5
Decimal9568467
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.64:1
Text on #FFFFFF
AA
3.16:1
Text on #000000
AA Large
6.35:1
Text on #F8FAFC
AA
2.69:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #9200D3;
}
.text-color {
color: #9200D3;
}
.border-color {
border: 2px solid #9200D3;
}