#832CF0
A medium, vivid purple closely aligning with Blueviolet.
About #832CF0
The precise color #832CF0 is an excellent choice for modern design projects. It is closely associated with the named CSS color Blueviolet. This translates to an RGB value of rgb(131, 44, 240).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 45% cyan, 82% magenta, 0% yellow, and 6% black. With a hue angle of 266.6 degrees, it sits comfortably in the purple spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#832CF0
RGB131, 44, 240
HSL266.6°, 86.7%, 55.7%
CMYK45%, 82%, 0%, 6%
HSV266.6°, 81.7%, 94.1%
LAB42.6, 71.8, -82.0
XYZ26.0, 12.9, 83.6
Decimal8596720
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.86:1
Text on #FFFFFF
AA
3.58:1
Text on #000000
AA Large
5.60:1
Text on #F8FAFC
AA
3.05:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #832CF0;
}
.text-color {
color: #832CF0;
}
.border-color {
border: 2px solid #832CF0;
}