Shades of Dark Magenta #8811AB
Tints of Dark Magenta #8811AB
RGB
CMYK
RGB Variations
Color information
#8811AB (or 0x8811AB) is known color: Dark Magenta. HEX triplet: 88, 11 and AB. RGB value is (136,17,171). Sum of RGB (Red+Green+Blue) = 136+17+171=324 (42% of max value = 765). Red value is 136 (53.52% from 255 or 41.98% from 324); Green value is 17 (7.03% from 255 or 5.25% from 324); Blue value is 171 (67.19% from 255 or 52.78% from 324); Max value from RGB is 171 - color contains mainly: blue. Hex color #8811AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8811AB is #77EE54. Grayscale: #454545. Windows color (decimal): -7859797 or 11211144. OLE color: 11211144.
HSL color Cylindrical-coordinate representation of color #8811AB: hue angle of 286.36º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8811AB is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 17 | 171 | - |
| CMYK | 0.20 | 0.90 | 0 | 0.33 |
| HSL | 286.36º | 0.82% | 0.37% | - |
| HSV(B) | 286.36º | 0.9% | 0.67% | - |
| XYZ | 17.7 | 8.58 | 39.25 | - |
| YUV | 70.14 | 184.92 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 17 | 171 | 0.20 | 0.90 | 0 | 0.33 | 286.36 | 0.82 | 0.37 |
| Hex | 88 | 11 | AB | 14 | 5A | 0 | 21 | 11E | 52 | 25 |
| Octal | 210 | 21 | 253 | 24 | 132 | 0 | 41 | 436 | 122 | 45 |
| Binary | 10001000 | 10001 | 10101011 | 10100 | 1011010 | 0 | 100001 | 100011110 | 1010010 | 100101 |
Color Harmonies of #8811AB
Complementary color
Monochromatic Colors of #8811AB
Black with #8811AB
Text Example
Text Example
White with #8811AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8811AB; }
p { color: rgb(136,17,171); }
H1.HeaderClassName
{
color: #8811AB;
}
.AnyTagClassName
{
color: #8811AB;
}
</style>
background-color css
<style>
a { background-color: #8811AB; }
a { background-color: rgb(136,17,171); }
div.DivClassName
{
background-color: #8811AB;
}
.BgClassName
{
background-color: #8811AB;
}
</style>
border-color css
<style>
span { border-color: #8811AB; }
span { border-color: rgb(136,17,171); }
td.TdClassName
{
border-color: #8811AB;
}
.TagClassName
{
border-color: #8811AB;
}
</style>