#9933DB
A medium, moderate purple closely aligning with Darkorchid.
About #9933DB
The hex code #9933DB represents a beautifully specific shade of purple. Its closest recognized web color is Darkorchid. This translates to an RGB value of rgb(153, 51, 219).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 30% cyan, 77% magenta, 0% yellow, and 14% black. With a hue angle of 276.4 degrees, it sits comfortably in the purple spectrum.
Contrast ratios determine whether this color is safe for typography. 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#9933DB
RGB153, 51, 219
HSL276.4°, 70.0%, 52.9%
CMYK30%, 77%, 0%, 14%
HSV276.4°, 76.7%, 85.9%
LAB44.6, 67.9, -66.8
XYZ27.1, 14.3, 68.3
Decimal10040283
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.45:1
Text on #FFFFFF
AA
3.85:1
Text on #000000
AA Large
5.21:1
Text on #F8FAFC
AA
3.27:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #9933DB;
}
.text-color {
color: #9933DB;
}
.border-color {
border: 2px solid #9933DB;
}