Shades of Dark Magenta #9912AC
Tints of Dark Magenta #9912AC
RGB
CMYK
RGB Variations
Color information
#9912AC (or 0x9912AC) is known color: Dark Magenta. HEX triplet: 99, 12 and AC. RGB value is (153,18,172). Sum of RGB (Red+Green+Blue) = 153+18+172=343 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.61% from 343); Green value is 18 (7.42% from 255 or 5.25% from 343); Blue value is 172 (67.58% from 255 or 50.15% from 343); Max value from RGB is 172 - color contains mainly: blue. Hex color #9912AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9912AC is #66ED53. Grayscale: #4B4B4B. Windows color (decimal): -6745428 or 11276953. OLE color: 11276953.
HSL color Cylindrical-coordinate representation of color #9912AC: hue angle of 292.6º degrees, saturation: 0.81, 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 #9912AC is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 18 | 172 | - |
| CMYK | 0.11 | 0.90 | 0 | 0.33 |
| HSL | 292.6º | 0.81% | 0.37% | - |
| HSV(B) | 292.6º | 0.9% | 0.67% | - |
| XYZ | 20.8 | 10.18 | 39.9 | - |
| YUV | 75.92 | 182.23 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 18 | 172 | 0.11 | 0.90 | 0 | 0.33 | 292.6 | 0.81 | 0.37 |
| Hex | 99 | 12 | AC | B | 5A | 0 | 21 | 125 | 51 | 25 |
| Octal | 231 | 22 | 254 | 13 | 132 | 0 | 41 | 445 | 121 | 45 |
| Binary | 10011001 | 10010 | 10101100 | 1011 | 1011010 | 0 | 100001 | 100100101 | 1010001 | 100101 |
Color Harmonies of #9912AC
Complementary color
Monochromatic Colors of #9912AC
Black with #9912AC
Text Example
Text Example
White with #9912AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9912AC; }
p { color: rgb(153,18,172); }
H1.HeaderClassName
{
color: #9912AC;
}
.AnyTagClassName
{
color: #9912AC;
}
</style>
background-color css
<style>
a { background-color: #9912AC; }
a { background-color: rgb(153,18,172); }
div.DivClassName
{
background-color: #9912AC;
}
.BgClassName
{
background-color: #9912AC;
}
</style>
border-color css
<style>
span { border-color: #9912AC; }
span { border-color: rgb(153,18,172); }
td.TdClassName
{
border-color: #9912AC;
}
.TagClassName
{
border-color: #9912AC;
}
</style>