#9233D3
A medium, moderate purple closely aligning with Darkorchid.
About #9233D3
At its core, #9233D3 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Darkorchid. Its digital footprint relies on 146 parts red, 51 parts green, and 211 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 31% Cyan, 76% Magenta, 0% Yellow, and 17% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#9233D3
RGB146, 51, 211
HSL275.6°, 64.5%, 51.4%
CMYK31%, 76%, 0%, 17%
HSV275.6°, 75.8%, 82.7%
LAB43.0, 65.0, -64.8
XYZ24.8, 13.2, 62.9
Decimal9581523
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.78:1
Text on #FFFFFF
AA
3.64:1
Text on #000000
AA Large
5.52:1
Text on #F8FAFC
AA
3.09:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #9233D3;
}
.text-color {
color: #9233D3;
}
.border-color {
border: 2px solid #9233D3;
}