#923366
A dark, moderate magenta closely aligning with Palevioletred.
About #923366
Visually, #923366 is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Palevioletred. This translates to an RGB value of rgb(146, 51, 102).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 65% M, 30% Y, and 43% K. With a hue angle of 327.8 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#923366
RGB146, 51, 102
HSL327.8°, 48.2%, 38.6%
CMYK0%, 65%, 30%, 43%
HSV327.8°, 65.1%, 57.3%
LAB36.8, 45.1, -8.9
XYZ15.4, 9.4, 13.6
Decimal9581414
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.27:1
Text on #FFFFFF
AAA
2.89:1
Text on #000000
FAIL
6.95:1
Text on #F8FAFC
AA
2.45:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #923366;
}
.text-color {
color: #923366;
}
.border-color {
border: 2px solid #923366;
}