#8333A0
A medium, moderate purple closely aligning with Rebeccapurple.
About #8333A0
Visually, #8333A0 is defined as a moderate purple. If you're using CSS, you might find it aligns closely with Rebeccapurple. In the RGB color space, it consists of 131 red, 51 green, and 160 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 18% cyan and 68% magenta inks. Always request a physical proof before doing a large print run with this exact code.
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#8333A0
RGB131, 51, 160
HSL284.0°, 51.7%, 41.4%
CMYK18%, 68%, 0%, 37%
HSV284.0°, 68.1%, 62.7%
LAB37.4, 51.1, -44.0
XYZ16.9, 9.7, 34.2
Decimal8598432
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.13:1
Text on #FFFFFF
AAA
2.95:1
Text on #000000
FAIL
6.81:1
Text on #F8FAFC
AA
2.50:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #8333A0;
}
.text-color {
color: #8333A0;
}
.border-color {
border: 2px solid #8333A0;
}