Shades of Dark Magenta #8802AC
Tints of Dark Magenta #8802AC
RGB
CMYK
RGB Variations
Color information
#8802AC (or 0x8802AC) is known color: Dark Magenta. HEX triplet: 88, 02 and AC. RGB value is (136,2,172). Sum of RGB (Red+Green+Blue) = 136+2+172=310 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.87% from 310); Green value is 2 (1.17% from 255 or 0.65% from 310); Blue value is 172 (67.58% from 255 or 55.48% from 310); Max value from RGB is 172 - color contains mainly: blue. Hex color #8802AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8802AC is #77FD53. Grayscale: #3C3C3C. Windows color (decimal): -7863636 or 11272840. OLE color: 11272840.
HSL color Cylindrical-coordinate representation of color #8802AC: hue angle of 287.29º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8802AC is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 2 | 172 | - |
| CMYK | 0.21 | 0.99 | 0 | 0.33 |
| HSL | 287.29º | 0.98% | 0.34% | - |
| HSV(B) | 287.29º | 0.99% | 0.67% | - |
| XYZ | 17.62 | 8.26 | 39.69 | - |
| YUV | 61.45 | 190.39 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 2 | 172 | 0.21 | 0.99 | 0 | 0.33 | 287.29 | 0.98 | 0.34 |
| Hex | 88 | 2 | AC | 15 | 63 | 0 | 21 | 11F | 62 | 22 |
| Octal | 210 | 2 | 254 | 25 | 143 | 0 | 41 | 437 | 142 | 42 |
| Binary | 10001000 | 10 | 10101100 | 10101 | 1100011 | 0 | 100001 | 100011111 | 1100010 | 100010 |
Color Harmonies of #8802AC
Complementary color
Monochromatic Colors of #8802AC
Black with #8802AC
Text Example
Text Example
White with #8802AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8802AC; }
p { color: rgb(136,2,172); }
H1.HeaderClassName
{
color: #8802AC;
}
.AnyTagClassName
{
color: #8802AC;
}
</style>
background-color css
<style>
a { background-color: #8802AC; }
a { background-color: rgb(136,2,172); }
div.DivClassName
{
background-color: #8802AC;
}
.BgClassName
{
background-color: #8802AC;
}
</style>
border-color css
<style>
span { border-color: #8802AC; }
span { border-color: rgb(136,2,172); }
td.TdClassName
{
border-color: #8802AC;
}
.TagClassName
{
border-color: #8802AC;
}
</style>