Shades of Dark Magenta #8812AB
Tints of Dark Magenta #8812AB
RGB
CMYK
RGB Variations
Color information
#8812AB (or 0x8812AB) is known color: Dark Magenta. HEX triplet: 88, 12 and AB. RGB value is (136,18,171). Sum of RGB (Red+Green+Blue) = 136+18+171=325 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.85% from 325); Green value is 18 (7.42% from 255 or 5.54% from 325); Blue value is 171 (67.19% from 255 or 52.62% from 325); Max value from RGB is 171 - color contains mainly: blue. Hex color #8812AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8812AB is #77ED54. Grayscale: #464646. Windows color (decimal): -7859541 or 11211400. OLE color: 11211400.
HSL color Cylindrical-coordinate representation of color #8812AB: hue angle of 286.27º 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 #8812AB is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 18 | 171 | - |
| CMYK | 0.20 | 0.89 | 0 | 0.33 |
| HSL | 286.27º | 0.81% | 0.37% | - |
| HSV(B) | 286.27º | 0.89% | 0.67% | - |
| XYZ | 17.72 | 8.61 | 39.26 | - |
| YUV | 70.72 | 184.59 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 18 | 171 | 0.20 | 0.89 | 0 | 0.33 | 286.27 | 0.81 | 0.37 |
| Hex | 88 | 12 | AB | 14 | 59 | 0 | 21 | 11E | 51 | 25 |
| Octal | 210 | 22 | 253 | 24 | 131 | 0 | 41 | 436 | 121 | 45 |
| Binary | 10001000 | 10010 | 10101011 | 10100 | 1011001 | 0 | 100001 | 100011110 | 1010001 | 100101 |
Color Harmonies of #8812AB
Complementary color
Monochromatic Colors of #8812AB
Black with #8812AB
Text Example
Text Example
White with #8812AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8812AB; }
p { color: rgb(136,18,171); }
H1.HeaderClassName
{
color: #8812AB;
}
.AnyTagClassName
{
color: #8812AB;
}
</style>
background-color css
<style>
a { background-color: #8812AB; }
a { background-color: rgb(136,18,171); }
div.DivClassName
{
background-color: #8812AB;
}
.BgClassName
{
background-color: #8812AB;
}
</style>
border-color css
<style>
span { border-color: #8812AB; }
span { border-color: rgb(136,18,171); }
td.TdClassName
{
border-color: #8812AB;
}
.TagClassName
{
border-color: #8812AB;
}
</style>