Shades of Dark Magenta #9211AC
Tints of Dark Magenta #9211AC
RGB
CMYK
RGB Variations
Color information
#9211AC (or 0x9211AC) is known color: Dark Magenta. HEX triplet: 92, 11 and AC. RGB value is (146,17,172). Sum of RGB (Red+Green+Blue) = 146+17+172=335 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.58% from 335); Green value is 17 (7.03% from 255 or 5.07% from 335); Blue value is 172 (67.58% from 255 or 51.34% from 335); Max value from RGB is 172 - color contains mainly: blue. Hex color #9211AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9211AC is #6DEE53. Grayscale: #484848. Windows color (decimal): -7204436 or 11276690. OLE color: 11276690.
HSL color Cylindrical-coordinate representation of color #9211AC: hue angle of 289.94º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9211AC is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 17 | 172 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.33 |
| HSL | 289.94º | 0.82% | 0.37% | - |
| HSV(B) | 289.94º | 0.9% | 0.67% | - |
| XYZ | 19.5 | 9.49 | 39.83 | - |
| YUV | 73.24 | 183.74 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 17 | 172 | 0.15 | 0.90 | 0 | 0.33 | 289.94 | 0.82 | 0.37 |
| Hex | 92 | 11 | AC | F | 5A | 0 | 21 | 122 | 52 | 25 |
| Octal | 222 | 21 | 254 | 17 | 132 | 0 | 41 | 442 | 122 | 45 |
| Binary | 10010010 | 10001 | 10101100 | 1111 | 1011010 | 0 | 100001 | 100100010 | 1010010 | 100101 |
Color Harmonies of #9211AC
Complementary color
Monochromatic Colors of #9211AC
Black with #9211AC
Text Example
Text Example
White with #9211AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9211AC; }
p { color: rgb(146,17,172); }
H1.HeaderClassName
{
color: #9211AC;
}
.AnyTagClassName
{
color: #9211AC;
}
</style>
background-color css
<style>
a { background-color: #9211AC; }
a { background-color: rgb(146,17,172); }
div.DivClassName
{
background-color: #9211AC;
}
.BgClassName
{
background-color: #9211AC;
}
</style>
border-color css
<style>
span { border-color: #9211AC; }
span { border-color: rgb(146,17,172); }
td.TdClassName
{
border-color: #9211AC;
}
.TagClassName
{
border-color: #9211AC;
}
</style>