#833AB6
A medium, moderate purple closely aligning with Rebeccapurple.
About #833AB6
At its core, #833AB6 is a medium and moderate hue. Its closest recognized web color is Rebeccapurple. This translates to an RGB value of rgb(131, 58, 182).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 28% cyan, 68% magenta, 0% yellow, and 29% black. With a hue angle of 275.3 degrees, it sits comfortably in the purple spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#833AB6
RGB131, 58, 182
HSL275.3°, 51.7%, 47.1%
CMYK28%, 68%, 0%, 29%
HSV275.3°, 68.1%, 71.4%
LAB40.0, 52.7, -52.9
XYZ19.3, 11.2, 45.4
Decimal8600246
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.47:1
Text on #FFFFFF
AA
3.25:1
Text on #000000
AA Large
6.18:1
Text on #F8FAFC
AA
2.76:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #833AB6;
}
.text-color {
color: #833AB6;
}
.border-color {
border: 2px solid #833AB6;
}