Shades of Dark Magenta #89139A
Tints of Dark Magenta #89139A
RGB
CMYK
RGB Variations
Color information
#89139A (or 0x89139A) is known color: Dark Magenta. HEX triplet: 89, 13 and 9A. RGB value is (137,19,154). Sum of RGB (Red+Green+Blue) = 137+19+154=310 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.19% from 310); Green value is 19 (7.81% from 255 or 6.13% from 310); Blue value is 154 (60.55% from 255 or 49.68% from 310); Max value from RGB is 154 - color contains mainly: blue. Hex color #89139A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89139A is #76EC65. Grayscale: #454545. Windows color (decimal): -7793766 or 10097545. OLE color: 10097545.
HSL color Cylindrical-coordinate representation of color #89139A: hue angle of 292.44º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #89139A is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 137 | 19 | 154 | - |
| CMYK | 0.11 | 0.88 | 0 | 0.40 |
| HSL | 292.44º | 0.78% | 0.34% | - |
| HSV(B) | 292.44º | 0.88% | 0.6% | - |
| XYZ | 16.38 | 8.12 | 31.28 | - |
| YUV | 69.67 | 175.59 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 19 | 154 | 0.11 | 0.88 | 0 | 0.40 | 292.44 | 0.78 | 0.34 |
| Hex | 89 | 13 | 9A | B | 58 | 0 | 28 | 124 | 4E | 22 |
| Octal | 211 | 23 | 232 | 13 | 130 | 0 | 50 | 444 | 116 | 42 |
| Binary | 10001001 | 10011 | 10011010 | 1011 | 1011000 | 0 | 101000 | 100100100 | 1001110 | 100010 |
Color Harmonies of #89139A
Complementary color
Monochromatic Colors of #89139A
Black with #89139A
Text Example
Text Example
White with #89139A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89139A; }
p { color: rgb(137,19,154); }
H1.HeaderClassName
{
color: #89139A;
}
.AnyTagClassName
{
color: #89139A;
}
</style>
background-color css
<style>
a { background-color: #89139A; }
a { background-color: rgb(137,19,154); }
div.DivClassName
{
background-color: #89139A;
}
.BgClassName
{
background-color: #89139A;
}
</style>
border-color css
<style>
span { border-color: #89139A; }
span { border-color: rgb(137,19,154); }
td.TdClassName
{
border-color: #89139A;
}
.TagClassName
{
border-color: #89139A;
}
</style>