#831DF0
A medium, vivid purple closely aligning with Blueviolet.
About #831DF0
Visually, #831DF0 is defined as a vivid purple. If you're using CSS, you might find it aligns closely with Blueviolet. To achieve this exact tint on a monitor, you would use an RGB mix of 131, 29, and 240.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 45% C, 88% M, 0% Y, and 6% K. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#831DF0
RGB131, 29, 240
HSL269.0°, 87.6%, 52.7%
CMYK45%, 88%, 0%, 6%
HSV269.0°, 87.9%, 94.1%
LAB41.2, 76.0, -84.4
XYZ25.5, 12.0, 83.4
Decimal8592880
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.18:1
Text on #FFFFFF
AA
3.40:1
Text on #000000
AA Large
5.90:1
Text on #F8FAFC
AA
2.89:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #831DF0;
}
.text-color {
color: #831DF0;
}
.border-color {
border: 2px solid #831DF0;
}