Shades of Dark Magenta #9812AA
Tints of Dark Magenta #9812AA
RGB
CMYK
RGB Variations
Color information
#9812AA (or 0x9812AA) is known color: Dark Magenta. HEX triplet: 98, 12 and AA. RGB value is (152,18,170). Sum of RGB (Red+Green+Blue) = 152+18+170=340 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.71% from 340); Green value is 18 (7.42% from 255 or 5.29% from 340); Blue value is 170 (66.80% from 255 or 50% from 340); Max value from RGB is 170 - color contains mainly: blue. Hex color #9812AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9812AA is #67ED55. Grayscale: #4A4A4A. Windows color (decimal): -6810966 or 11145880. OLE color: 11145880.
HSL color Cylindrical-coordinate representation of color #9812AA: hue angle of 292.89º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9812AA is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 18 | 170 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.33 |
| HSL | 292.89º | 0.81% | 0.37% | - |
| HSV(B) | 292.89º | 0.89% | 0.67% | - |
| XYZ | 20.42 | 10.01 | 38.89 | - |
| YUV | 75.39 | 181.39 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 18 | 170 | 0.11 | 0.89 | 0 | 0.33 | 292.89 | 0.81 | 0.37 |
| Hex | 98 | 12 | AA | B | 59 | 0 | 21 | 125 | 51 | 25 |
| Octal | 230 | 22 | 252 | 13 | 131 | 0 | 41 | 445 | 121 | 45 |
| Binary | 10011000 | 10010 | 10101010 | 1011 | 1011001 | 0 | 100001 | 100100101 | 1010001 | 100101 |
Color Harmonies of #9812AA
Complementary color
Monochromatic Colors of #9812AA
Black with #9812AA
Text Example
Text Example
White with #9812AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9812AA; }
p { color: rgb(152,18,170); }
H1.HeaderClassName
{
color: #9812AA;
}
.AnyTagClassName
{
color: #9812AA;
}
</style>
background-color css
<style>
a { background-color: #9812AA; }
a { background-color: rgb(152,18,170); }
div.DivClassName
{
background-color: #9812AA;
}
.BgClassName
{
background-color: #9812AA;
}
</style>
border-color css
<style>
span { border-color: #9812AA; }
span { border-color: rgb(152,18,170); }
td.TdClassName
{
border-color: #9812AA;
}
.TagClassName
{
border-color: #9812AA;
}
</style>