#9233B6
A medium, moderate purple closely aligning with Darkorchid.
About #9233B6
When working with digital screens, the color #9233B6 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Darkorchid. In the RGB color space, it consists of 146 red, 51 green, and 182 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 20% cyan, 72% magenta, 0% yellow, and 29% black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#9233B6
RGB146, 51, 182
HSL283.5°, 56.2%, 45.7%
CMYK20%, 72%, 0%, 29%
HSV283.5°, 72.0%, 71.4%
LAB41.0, 58.9, -51.2
XYZ21.5, 11.9, 45.4
Decimal9581494
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.23:1
Text on #FFFFFF
AA
3.37:1
Text on #000000
AA Large
5.95:1
Text on #F8FAFC
AA
2.87:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #9233B6;
}
.text-color {
color: #9233B6;
}
.border-color {
border: 2px solid #9233B6;
}