#9250B6
A medium, moderate purple closely aligning with Rebeccapurple.
About #9250B6
The precise color #9250B6 is an excellent choice for modern design projects. It is closely associated with the named CSS color Rebeccapurple. To achieve this exact tint on a monitor, you would use an RGB mix of 146, 80, and 182.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 20% C, 56% M, 0% Y, and 29% K. The HSL representation is 278.8° hue, 41.1% saturation, and 51.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#9250B6
RGB146, 80, 182
HSL278.8°, 41.1%, 51.4%
CMYK20%, 56%, 0%, 29%
HSV278.8°, 56.0%, 71.4%
LAB45.9, 45.3, -43.2
XYZ23.2, 15.2, 46.0
Decimal9588918
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.19:1
Text on #FFFFFF
AA
4.05:1
Text on #000000
AA Large
4.96:1
Text on #F8FAFC
AA
3.44:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #9250B6;
}
.text-color {
color: #9250B6;
}
.border-color {
border: 2px solid #9250B6;
}