#8A33D3
A medium, moderate purple closely aligning with Darkorchid.
About #8A33D3
The precise color #8A33D3 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkorchid. To achieve this exact tint on a monitor, you would use an RGB mix of 138, 51, and 211.
Translating this color to physical media requires the CMYK color model. The color uses 35% Cyan, 76% Magenta, 0% Yellow, and 17% Black. With a hue angle of 272.6 degrees, it sits comfortably in the purple spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#8A33D3
RGB138, 51, 211
HSL272.6°, 64.5%, 51.4%
CMYK35%, 76%, 0%, 17%
HSV272.6°, 75.8%, 82.7%
LAB42.0, 63.6, -66.6
XYZ23.4, 12.5, 62.8
Decimal9057235
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.01:1
Text on #FFFFFF
AA
3.49: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: #8A33D3;
}
.text-color {
color: #8A33D3;
}
.border-color {
border: 2px solid #8A33D3;
}