Shades of Dark Magenta #8815AB
Tints of Dark Magenta #8815AB
RGB
CMYK
RGB Variations
Color information
#8815AB (or 0x8815AB) is known color: Dark Magenta. HEX triplet: 88, 15 and AB. RGB value is (136,21,171). Sum of RGB (Red+Green+Blue) = 136+21+171=328 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.46% from 328); Green value is 21 (8.59% from 255 or 6.40% from 328); Blue value is 171 (67.19% from 255 or 52.13% from 328); Max value from RGB is 171 - color contains mainly: blue. Hex color #8815AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8815AB is #77EA54. Grayscale: #484848. Windows color (decimal): -7858773 or 11212168. OLE color: 11212168.
HSL color Cylindrical-coordinate representation of color #8815AB: hue angle of 286º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8815AB is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 21 | 171 | - |
| CMYK | 0.20 | 0.88 | 0 | 0.33 |
| HSL | 286º | 0.78% | 0.38% | - |
| HSV(B) | 286º | 0.88% | 0.67% | - |
| XYZ | 17.77 | 8.71 | 39.27 | - |
| YUV | 72.49 | 183.6 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 21 | 171 | 0.20 | 0.88 | 0 | 0.33 | 286 | 0.78 | 0.38 |
| Hex | 88 | 15 | AB | 14 | 58 | 0 | 21 | 11E | 4E | 26 |
| Octal | 210 | 25 | 253 | 24 | 130 | 0 | 41 | 436 | 116 | 46 |
| Binary | 10001000 | 10101 | 10101011 | 10100 | 1011000 | 0 | 100001 | 100011110 | 1001110 | 100110 |
Color Harmonies of #8815AB
Complementary color
Monochromatic Colors of #8815AB
Black with #8815AB
Text Example
Text Example
White with #8815AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8815AB; }
p { color: rgb(136,21,171); }
H1.HeaderClassName
{
color: #8815AB;
}
.AnyTagClassName
{
color: #8815AB;
}
</style>
background-color css
<style>
a { background-color: #8815AB; }
a { background-color: rgb(136,21,171); }
div.DivClassName
{
background-color: #8815AB;
}
.BgClassName
{
background-color: #8815AB;
}
</style>
border-color css
<style>
span { border-color: #8815AB; }
span { border-color: rgb(136,21,171); }
td.TdClassName
{
border-color: #8815AB;
}
.TagClassName
{
border-color: #8815AB;
}
</style>