Shades of Dark Magenta #89119C
Tints of Dark Magenta #89119C
RGB
CMYK
RGB Variations
Color information
#89119C (or 0x89119C) is known color: Dark Magenta. HEX triplet: 89, 11 and 9C. RGB value is (137,17,156). Sum of RGB (Red+Green+Blue) = 137+17+156=310 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.19% from 310); Green value is 17 (7.03% from 255 or 5.48% from 310); Blue value is 156 (61.33% from 255 or 50.32% from 310); Max value from RGB is 156 - color contains mainly: blue. Hex color #89119C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89119C is #76EE63. Grayscale: #444444. Windows color (decimal): -7794276 or 10228105. OLE color: 10228105.
HSL color Cylindrical-coordinate representation of color #89119C: hue angle of 291.8º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #89119C is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 137 | 17 | 156 | - |
| CMYK | 0.12 | 0.89 | 0 | 0.39 |
| HSL | 291.8º | 0.8% | 0.34% | - |
| HSV(B) | 291.8º | 0.89% | 0.61% | - |
| XYZ | 16.52 | 8.12 | 32.15 | - |
| YUV | 68.73 | 177.26 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 17 | 156 | 0.12 | 0.89 | 0 | 0.39 | 291.8 | 0.8 | 0.34 |
| Hex | 89 | 11 | 9C | C | 59 | 0 | 27 | 124 | 50 | 22 |
| Octal | 211 | 21 | 234 | 14 | 131 | 0 | 47 | 444 | 120 | 42 |
| Binary | 10001001 | 10001 | 10011100 | 1100 | 1011001 | 0 | 100111 | 100100100 | 1010000 | 100010 |
Color Harmonies of #89119C
Complementary color
Monochromatic Colors of #89119C
Black with #89119C
Text Example
Text Example
White with #89119C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89119C; }
p { color: rgb(137,17,156); }
H1.HeaderClassName
{
color: #89119C;
}
.AnyTagClassName
{
color: #89119C;
}
</style>
background-color css
<style>
a { background-color: #89119C; }
a { background-color: rgb(137,17,156); }
div.DivClassName
{
background-color: #89119C;
}
.BgClassName
{
background-color: #89119C;
}
</style>
border-color css
<style>
span { border-color: #89119C; }
span { border-color: rgb(137,17,156); }
td.TdClassName
{
border-color: #89119C;
}
.TagClassName
{
border-color: #89119C;
}
</style>