#9950DB
A medium, moderate purple closely aligning with Darkorchid.
About #9950DB
When working with digital screens, the color #9950DB is rendered by mixing light. If you're using CSS, you might find it aligns closely with Darkorchid. This translates to an RGB value of rgb(153, 80, 219).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 30% cyan, 63% magenta, 0% yellow, and 14% black. With a hue angle of 271.5 degrees, it sits comfortably in the purple spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#9950DB
RGB153, 80, 219
HSL271.5°, 65.9%, 58.6%
CMYK30%, 63%, 0%, 14%
HSV271.5°, 63.5%, 85.9%
LAB49.0, 55.5, -59.6
XYZ28.8, 17.6, 68.9
Decimal10047707
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.64:1
Text on #FFFFFF
AA
4.52:1
Text on #000000
AA
4.44:1
Text on #F8FAFC
AA Large
3.85:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #9950DB;
}
.text-color {
color: #9950DB;
}
.border-color {
border: 2px solid #9950DB;
}