Shades of Dark Magenta #8816A0
Tints of Dark Magenta #8816A0
RGB
CMYK
RGB Variations
Color information
#8816A0 (or 0x8816A0) is known color: Dark Magenta. HEX triplet: 88, 16 and A0. RGB value is (136,22,160). Sum of RGB (Red+Green+Blue) = 136+22+160=318 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.77% from 318); Green value is 22 (8.98% from 255 or 6.92% from 318); Blue value is 160 (62.89% from 255 or 50.31% from 318); Max value from RGB is 160 - color contains mainly: blue. Hex color #8816A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8816A0 is #77E95F. Grayscale: #474747. Windows color (decimal): -7858528 or 10491528. OLE color: 10491528.
HSL color Cylindrical-coordinate representation of color #8816A0: hue angle of 289.57º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8816A0 is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 136 | 22 | 160 | - |
| CMYK | 0.15 | 0.86 | 0 | 0.37 |
| HSL | 289.57º | 0.76% | 0.36% | - |
| HSV(B) | 289.57º | 0.86% | 0.63% | - |
| XYZ | 16.79 | 8.35 | 33.98 | - |
| YUV | 71.82 | 177.77 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 22 | 160 | 0.15 | 0.86 | 0 | 0.37 | 289.57 | 0.76 | 0.36 |
| Hex | 88 | 16 | A0 | F | 56 | 0 | 25 | 122 | 4C | 24 |
| Octal | 210 | 26 | 240 | 17 | 126 | 0 | 45 | 442 | 114 | 44 |
| Binary | 10001000 | 10110 | 10100000 | 1111 | 1010110 | 0 | 100101 | 100100010 | 1001100 | 100100 |
Color Harmonies of #8816A0
Complementary color
Monochromatic Colors of #8816A0
Black with #8816A0
Text Example
Text Example
White with #8816A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8816A0; }
p { color: rgb(136,22,160); }
H1.HeaderClassName
{
color: #8816A0;
}
.AnyTagClassName
{
color: #8816A0;
}
</style>
background-color css
<style>
a { background-color: #8816A0; }
a { background-color: rgb(136,22,160); }
div.DivClassName
{
background-color: #8816A0;
}
.BgClassName
{
background-color: #8816A0;
}
</style>
border-color css
<style>
span { border-color: #8816A0; }
span { border-color: rgb(136,22,160); }
td.TdClassName
{
border-color: #8816A0;
}
.TagClassName
{
border-color: #8816A0;
}
</style>