#831DDB
A medium, vivid purple closely aligning with Blueviolet.
About #831DDB
Visually, #831DDB is defined as a vivid purple. If you're using CSS, you might find it aligns closely with Blueviolet. In the RGB color space, it consists of 131 red, 29 green, and 219 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 40% C, 87% M, 0% Y, and 14% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. 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#831DDB
RGB131, 29, 219
HSL272.2°, 76.6%, 48.6%
CMYK40%, 87%, 0%, 14%
HSV272.2°, 86.8%, 85.9%
LAB39.3, 71.4, -75.6
XYZ22.6, 10.8, 67.9
Decimal8592859
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.34:1
Text on #F8FAFC
AA
2.69:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #831DDB;
}
.text-color {
color: #831DDB;
}
.border-color {
border: 2px solid #831DDB;
}