#923AD3
A medium, moderate purple closely aligning with Darkorchid.
About #923AD3
When working with digital screens, the color #923AD3 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Darkorchid. To achieve this exact tint on a monitor, you would use an RGB mix of 146, 58, and 211.
For print applications, it's crucial to understand its CMYK makeup. The color uses 31% Cyan, 73% Magenta, 0% Yellow, and 17% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#923AD3
RGB146, 58, 211
HSL274.5°, 63.5%, 52.7%
CMYK31%, 73%, 0%, 17%
HSV274.5°, 72.5%, 82.7%
LAB44.0, 62.3, -63.2
XYZ25.1, 13.8, 63.0
Decimal9583315
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.57:1
Text on #FFFFFF
AA
3.77:1
Text on #000000
AA Large
5.33:1
Text on #F8FAFC
AA
3.20:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #923AD3;
}
.text-color {
color: #923AD3;
}
.border-color {
border: 2px solid #923AD3;
}