Shades of Dark Magenta #9217A4
Tints of Dark Magenta #9217A4
RGB
CMYK
RGB Variations
Color information
#9217A4 (or 0x9217A4) is known color: Dark Magenta. HEX triplet: 92, 17 and A4. RGB value is (146,23,164). Sum of RGB (Red+Green+Blue) = 146+23+164=333 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.84% from 333); Green value is 23 (9.38% from 255 or 6.91% from 333); Blue value is 164 (64.45% from 255 or 49.25% from 333); Max value from RGB is 164 - color contains mainly: blue. Hex color #9217A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9217A4 is #6DE85B. Grayscale: #4B4B4B. Windows color (decimal): -7202908 or 10753938. OLE color: 10753938.
HSL color Cylindrical-coordinate representation of color #9217A4: hue angle of 292.34º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9217A4 is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 146 | 23 | 164 | - |
| CMYK | 0.11 | 0.86 | 0 | 0.36 |
| HSL | 292.34º | 0.75% | 0.37% | - |
| HSV(B) | 292.34º | 0.86% | 0.64% | - |
| XYZ | 18.86 | 9.4 | 35.94 | - |
| YUV | 75.85 | 177.75 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 23 | 164 | 0.11 | 0.86 | 0 | 0.36 | 292.34 | 0.75 | 0.37 |
| Hex | 92 | 17 | A4 | B | 56 | 0 | 24 | 124 | 4B | 25 |
| Octal | 222 | 27 | 244 | 13 | 126 | 0 | 44 | 444 | 113 | 45 |
| Binary | 10010010 | 10111 | 10100100 | 1011 | 1010110 | 0 | 100100 | 100100100 | 1001011 | 100101 |
Color Harmonies of #9217A4
Complementary color
Monochromatic Colors of #9217A4
Black with #9217A4
Text Example
Text Example
White with #9217A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9217A4; }
p { color: rgb(146,23,164); }
H1.HeaderClassName
{
color: #9217A4;
}
.AnyTagClassName
{
color: #9217A4;
}
</style>
background-color css
<style>
a { background-color: #9217A4; }
a { background-color: rgb(146,23,164); }
div.DivClassName
{
background-color: #9217A4;
}
.BgClassName
{
background-color: #9217A4;
}
</style>
border-color css
<style>
span { border-color: #9217A4; }
span { border-color: rgb(146,23,164); }
td.TdClassName
{
border-color: #9217A4;
}
.TagClassName
{
border-color: #9217A4;
}
</style>