Shades of Dark Magenta #89119A
Tints of Dark Magenta #89119A
RGB
CMYK
RGB Variations
Color information
#89119A (or 0x89119A) is known color: Dark Magenta. HEX triplet: 89, 11 and 9A. RGB value is (137,17,154). Sum of RGB (Red+Green+Blue) = 137+17+154=308 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.48% from 308); Green value is 17 (7.03% from 255 or 5.52% from 308); Blue value is 154 (60.55% from 255 or 50% from 308); Max value from RGB is 154 - color contains mainly: blue. Hex color #89119A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89119A is #76EE65. Grayscale: #444444. Windows color (decimal): -7794278 or 10097033. OLE color: 10097033.
HSL color Cylindrical-coordinate representation of color #89119A: hue angle of 292.55º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #89119A is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 137 | 17 | 154 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.40 |
| HSL | 292.55º | 0.8% | 0.34% | - |
| HSV(B) | 292.55º | 0.89% | 0.6% | - |
| XYZ | 16.35 | 8.05 | 31.26 | - |
| YUV | 68.5 | 176.26 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 17 | 154 | 0.11 | 0.89 | 0 | 0.40 | 292.55 | 0.8 | 0.34 |
| Hex | 89 | 11 | 9A | B | 59 | 0 | 28 | 125 | 50 | 22 |
| Octal | 211 | 21 | 232 | 13 | 131 | 0 | 50 | 445 | 120 | 42 |
| Binary | 10001001 | 10001 | 10011010 | 1011 | 1011001 | 0 | 101000 | 100100101 | 1010000 | 100010 |
Color Harmonies of #89119A
Complementary color
Monochromatic Colors of #89119A
Black with #89119A
Text Example
Text Example
White with #89119A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89119A; }
p { color: rgb(137,17,154); }
H1.HeaderClassName
{
color: #89119A;
}
.AnyTagClassName
{
color: #89119A;
}
</style>
background-color css
<style>
a { background-color: #89119A; }
a { background-color: rgb(137,17,154); }
div.DivClassName
{
background-color: #89119A;
}
.BgClassName
{
background-color: #89119A;
}
</style>
border-color css
<style>
span { border-color: #89119A; }
span { border-color: rgb(137,17,154); }
td.TdClassName
{
border-color: #89119A;
}
.TagClassName
{
border-color: #89119A;
}
</style>