Shades of Dark Magenta #8805AC
Tints of Dark Magenta #8805AC
RGB
CMYK
RGB Variations
Color information
#8805AC (or 0x8805AC) is known color: Dark Magenta. HEX triplet: 88, 05 and AC. RGB value is (136,5,172). Sum of RGB (Red+Green+Blue) = 136+5+172=313 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.45% from 313); Green value is 5 (2.34% from 255 or 1.60% from 313); Blue value is 172 (67.58% from 255 or 54.95% from 313); Max value from RGB is 172 - color contains mainly: blue. Hex color #8805AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8805AC is #77FA53. Grayscale: #3E3E3E. Windows color (decimal): -7862868 or 11273608. OLE color: 11273608.
HSL color Cylindrical-coordinate representation of color #8805AC: hue angle of 287.07º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8805AC is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 5 | 172 | - |
| CMYK | 0.21 | 0.97 | 0 | 0.33 |
| HSL | 287.07º | 0.94% | 0.35% | - |
| HSV(B) | 287.07º | 0.97% | 0.67% | - |
| XYZ | 17.65 | 8.32 | 39.71 | - |
| YUV | 63.21 | 189.4 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 5 | 172 | 0.21 | 0.97 | 0 | 0.33 | 287.07 | 0.94 | 0.35 |
| Hex | 88 | 5 | AC | 15 | 61 | 0 | 21 | 11F | 5E | 23 |
| Octal | 210 | 5 | 254 | 25 | 141 | 0 | 41 | 437 | 136 | 43 |
| Binary | 10001000 | 101 | 10101100 | 10101 | 1100001 | 0 | 100001 | 100011111 | 1011110 | 100011 |
Color Harmonies of #8805AC
Complementary color
Monochromatic Colors of #8805AC
Black with #8805AC
Text Example
Text Example
White with #8805AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8805AC; }
p { color: rgb(136,5,172); }
H1.HeaderClassName
{
color: #8805AC;
}
.AnyTagClassName
{
color: #8805AC;
}
</style>
background-color css
<style>
a { background-color: #8805AC; }
a { background-color: rgb(136,5,172); }
div.DivClassName
{
background-color: #8805AC;
}
.BgClassName
{
background-color: #8805AC;
}
</style>
border-color css
<style>
span { border-color: #8805AC; }
span { border-color: rgb(136,5,172); }
td.TdClassName
{
border-color: #8805AC;
}
.TagClassName
{
border-color: #8805AC;
}
</style>