#9950A0
A medium, moderate magenta closely aligning with Rebeccapurple.
About #9950A0
When working with digital screens, the color #9950A0 is rendered by mixing light. It is closely associated with the named CSS color Rebeccapurple. This translates to an RGB value of rgb(153, 80, 160).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 4% C, 50% M, 0% Y, and 37% K. The HSL representation is 294.8° hue, 33.3% saturation, and 47.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#9950A0
RGB153, 80, 160
HSL294.8°, 33.3%, 47.1%
CMYK4%, 50%, 0%, 37%
HSV294.8°, 50.0%, 62.7%
LAB45.7, 42.7, -30.6
XYZ22.4, 15.0, 35.0
Decimal10047648
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.24:1
Text on #FFFFFF
AA
4.01:1
Text on #000000
AA Large
5.01:1
Text on #F8FAFC
AA
3.41:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #9950A0;
}
.text-color {
color: #9950A0;
}
.border-color {
border: 2px solid #9950A0;
}