#9966DB
A light, moderate purple closely aligning with Mediumpurple.
About #9966DB
At its core, #9966DB is a light and moderate hue. Its closest recognized web color is Mediumpurple. Its digital footprint relies on 153 parts red, 102 parts green, and 219 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 30% cyan, 53% magenta, 0% yellow, and 14% black. The HSL representation is 266.2° hue, 61.9% saturation, and 62.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#9966DB
RGB153, 102, 219
HSL266.2°, 61.9%, 62.9%
CMYK30%, 53%, 0%, 14%
HSV266.2°, 53.4%, 85.9%
LAB53.4, 43.9, -52.6
XYZ30.7, 21.4, 69.5
Decimal10053339
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.98:1
Text on #FFFFFF
AA Large
5.28:1
Text on #000000
AA
3.80:1
Text on #F8FAFC
AA Large
4.49:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #9966DB;
}
.text-color {
color: #9966DB;
}
.border-color {
border: 2px solid #9966DB;
}