#831DC5
A medium, vivid purple closely aligning with Darkorchid.
About #831DC5
The precise color #831DC5 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkorchid. This translates to an RGB value of rgb(131, 29, 197).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 34% C, 85% M, 0% Y, and 23% K. With a hue angle of 276.4 degrees, it sits comfortably in the purple spectrum.
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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#831DC5
RGB131, 29, 197
HSL276.4°, 74.3%, 44.3%
CMYK34%, 85%, 0%, 23%
HSV276.4°, 85.3%, 77.3%
LAB37.4, 66.8, -66.0
XYZ19.9, 9.7, 53.7
Decimal8592837
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.13:1
Text on #FFFFFF
AAA
2.95:1
Text on #000000
FAIL
6.81:1
Text on #F8FAFC
AA
2.51:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #831DC5;
}
.text-color {
color: #831DC5;
}
.border-color {
border: 2px solid #831DC5;
}