Shades of Dark Magenta #8911AB
Tints of Dark Magenta #8911AB
RGB
CMYK
RGB Variations
Color information
#8911AB (or 0x8911AB) is known color: Dark Magenta. HEX triplet: 89, 11 and AB. RGB value is (137,17,171). Sum of RGB (Red+Green+Blue) = 137+17+171=325 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.15% from 325); Green value is 17 (7.03% from 255 or 5.23% from 325); Blue value is 171 (67.19% from 255 or 52.62% from 325); Max value from RGB is 171 - color contains mainly: blue. Hex color #8911AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8911AB is #76EE54. Grayscale: #454545. Windows color (decimal): -7794261 or 11211145. OLE color: 11211145.
HSL color Cylindrical-coordinate representation of color #8911AB: hue angle of 286.75º 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 #8911AB is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 17 | 171 | - |
| CMYK | 0.20 | 0.90 | 0 | 0.33 |
| HSL | 286.75º | 0.82% | 0.37% | - |
| HSV(B) | 286.75º | 0.9% | 0.67% | - |
| XYZ | 17.87 | 8.66 | 39.26 | - |
| YUV | 70.44 | 184.76 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 17 | 171 | 0.20 | 0.90 | 0 | 0.33 | 286.75 | 0.82 | 0.37 |
| Hex | 89 | 11 | AB | 14 | 5A | 0 | 21 | 11F | 52 | 25 |
| Octal | 211 | 21 | 253 | 24 | 132 | 0 | 41 | 437 | 122 | 45 |
| Binary | 10001001 | 10001 | 10101011 | 10100 | 1011010 | 0 | 100001 | 100011111 | 1010010 | 100101 |
Color Harmonies of #8911AB
Complementary color
Monochromatic Colors of #8911AB
Black with #8911AB
Text Example
Text Example
White with #8911AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8911AB; }
p { color: rgb(137,17,171); }
H1.HeaderClassName
{
color: #8911AB;
}
.AnyTagClassName
{
color: #8911AB;
}
</style>
background-color css
<style>
a { background-color: #8911AB; }
a { background-color: rgb(137,17,171); }
div.DivClassName
{
background-color: #8911AB;
}
.BgClassName
{
background-color: #8911AB;
}
</style>
border-color css
<style>
span { border-color: #8911AB; }
span { border-color: rgb(137,17,171); }
td.TdClassName
{
border-color: #8911AB;
}
.TagClassName
{
border-color: #8911AB;
}
</style>