Shades of Dark Magenta #8804AD
Tints of Dark Magenta #8804AD
RGB
CMYK
RGB Variations
Color information
#8804AD (or 0x8804AD) is known color: Dark Magenta. HEX triplet: 88, 04 and AD. RGB value is (136,4,173). Sum of RGB (Red+Green+Blue) = 136+4+173=313 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.45% from 313); Green value is 4 (1.95% from 255 or 1.28% from 313); Blue value is 173 (67.97% from 255 or 55.27% from 313); Max value from RGB is 173 - color contains mainly: blue. Hex color #8804AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8804AD is #77FB52. Grayscale: #3E3E3E. Windows color (decimal): -7863123 or 11338888. OLE color: 11338888.
HSL color Cylindrical-coordinate representation of color #8804AD: hue angle of 286.86º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8804AD is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 136 | 4 | 173 | - |
| CMYK | 0.21 | 0.98 | 0 | 0.32 |
| HSL | 286.86º | 0.95% | 0.35% | - |
| HSV(B) | 286.86º | 0.98% | 0.68% | - |
| XYZ | 17.74 | 8.34 | 40.21 | - |
| YUV | 62.73 | 190.23 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 4 | 173 | 0.21 | 0.98 | 0 | 0.32 | 286.86 | 0.95 | 0.35 |
| Hex | 88 | 4 | AD | 15 | 62 | 0 | 20 | 11F | 5F | 23 |
| Octal | 210 | 4 | 255 | 25 | 142 | 0 | 40 | 437 | 137 | 43 |
| Binary | 10001000 | 100 | 10101101 | 10101 | 1100010 | 0 | 100000 | 100011111 | 1011111 | 100011 |
Color Harmonies of #8804AD
Complementary color
Monochromatic Colors of #8804AD
Black with #8804AD
Text Example
Text Example
White with #8804AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8804AD; }
p { color: rgb(136,4,173); }
H1.HeaderClassName
{
color: #8804AD;
}
.AnyTagClassName
{
color: #8804AD;
}
</style>
background-color css
<style>
a { background-color: #8804AD; }
a { background-color: rgb(136,4,173); }
div.DivClassName
{
background-color: #8804AD;
}
.BgClassName
{
background-color: #8804AD;
}
</style>
border-color css
<style>
span { border-color: #8804AD; }
span { border-color: rgb(136,4,173); }
td.TdClassName
{
border-color: #8804AD;
}
.TagClassName
{
border-color: #8804AD;
}
</style>