Shades of Dark Magenta #8911A9
Tints of Dark Magenta #8911A9
RGB
CMYK
RGB Variations
Color information
#8911A9 (or 0x8911A9) is known color: Dark Magenta. HEX triplet: 89, 11 and A9. RGB value is (137,17,169). Sum of RGB (Red+Green+Blue) = 137+17+169=323 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.41% from 323); Green value is 17 (7.03% from 255 or 5.26% from 323); Blue value is 169 (66.41% from 255 or 52.32% from 323); Max value from RGB is 169 - color contains mainly: blue. Hex color #8911A9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8911A9 is #76EE56. Grayscale: #454545. Windows color (decimal): -7794263 or 11080073. OLE color: 11080073.
HSL color Cylindrical-coordinate representation of color #8911A9: hue angle of 287.37º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8911A9 is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 137 | 17 | 169 | - |
| CMYK | 0.19 | 0.90 | 0 | 0.34 |
| HSL | 287.37º | 0.82% | 0.36% | - |
| HSV(B) | 287.37º | 0.9% | 0.66% | - |
| XYZ | 17.68 | 8.58 | 38.26 | - |
| YUV | 70.21 | 183.76 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 17 | 169 | 0.19 | 0.90 | 0 | 0.34 | 287.37 | 0.82 | 0.36 |
| Hex | 89 | 11 | A9 | 13 | 5A | 0 | 22 | 11F | 52 | 24 |
| Octal | 211 | 21 | 251 | 23 | 132 | 0 | 42 | 437 | 122 | 44 |
| Binary | 10001001 | 10001 | 10101001 | 10011 | 1011010 | 0 | 100010 | 100011111 | 1010010 | 100100 |
Color Harmonies of #8911A9
Complementary color
Monochromatic Colors of #8911A9
Black with #8911A9
Text Example
Text Example
White with #8911A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8911A9; }
p { color: rgb(137,17,169); }
H1.HeaderClassName
{
color: #8911A9;
}
.AnyTagClassName
{
color: #8911A9;
}
</style>
background-color css
<style>
a { background-color: #8911A9; }
a { background-color: rgb(137,17,169); }
div.DivClassName
{
background-color: #8911A9;
}
.BgClassName
{
background-color: #8911A9;
}
</style>
border-color css
<style>
span { border-color: #8911A9; }
span { border-color: rgb(137,17,169); }
td.TdClassName
{
border-color: #8911A9;
}
.TagClassName
{
border-color: #8911A9;
}
</style>