#9242DB
A medium, moderate purple closely aligning with Darkorchid.
About #9242DB
Visually, #9242DB is defined as a moderate purple. If you're using CSS, you might find it aligns closely with Darkorchid. This translates to an RGB value of rgb(146, 66, 219).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 33% cyan, 70% magenta, 0% yellow, and 14% black. The HSL representation is 271.4° hue, 68.0% saturation, and 55.9% lightness.
Contrast ratios determine whether this color is safe for typography. 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#9242DB
RGB146, 66, 219
HSL271.4°, 68.0%, 55.9%
CMYK33%, 70%, 0%, 14%
HSV271.4°, 69.9%, 85.9%
LAB45.8, 60.6, -64.8
XYZ26.6, 15.1, 68.5
Decimal9585371
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.22:1
Text on #FFFFFF
AA
4.02:1
Text on #000000
AA Large
4.99:1
Text on #F8FAFC
AA
3.42:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #9242DB;
}
.text-color {
color: #9242DB;
}
.border-color {
border: 2px solid #9242DB;
}