#831DF8
A medium, vivid purple closely aligning with Blueviolet.
About #831DF8
The hex code #831DF8 represents a beautifully specific shade of purple. Designers often compare it to the standard color Blueviolet. To achieve this exact tint on a monitor, you would use an RGB mix of 131, 29, and 248.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 47% cyan and 88% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#831DF8
RGB131, 29, 248
HSL267.9°, 94.0%, 54.3%
CMYK47%, 88%, 0%, 3%
HSV267.9°, 88.3%, 97.3%
LAB42.0, 77.8, -87.6
XYZ26.7, 12.5, 89.8
Decimal8592888
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.01:1
Text on #FFFFFF
AA
3.50:1
Text on #000000
AA Large
5.74:1
Text on #F8FAFC
AA
2.97:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #831DF8;
}
.text-color {
color: #831DF8;
}
.border-color {
border: 2px solid #831DF8;
}