Shades of Dark Magenta #89199E
Tints of Dark Magenta #89199E
RGB
CMYK
RGB Variations
Color information
#89199E (or 0x89199E) is known color: Dark Magenta. HEX triplet: 89, 19 and 9E. RGB value is (137,25,158). Sum of RGB (Red+Green+Blue) = 137+25+158=320 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.81% from 320); Green value is 25 (10.16% from 255 or 7.81% from 320); Blue value is 158 (62.11% from 255 or 49.38% from 320); Max value from RGB is 158 - color contains mainly: blue. Hex color #89199E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89199E is #76E661. Grayscale: #494949. Windows color (decimal): -7792226 or 10361225. OLE color: 10361225.
HSL color Cylindrical-coordinate representation of color #89199E: hue angle of 290.53º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #89199E is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 137 | 25 | 158 | - |
| CMYK | 0.13 | 0.84 | 0 | 0.38 |
| HSL | 290.53º | 0.73% | 0.36% | - |
| HSV(B) | 290.53º | 0.84% | 0.62% | - |
| XYZ | 16.84 | 8.48 | 33.1 | - |
| YUV | 73.65 | 175.61 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 25 | 158 | 0.13 | 0.84 | 0 | 0.38 | 290.53 | 0.73 | 0.36 |
| Hex | 89 | 19 | 9E | D | 54 | 0 | 26 | 123 | 49 | 24 |
| Octal | 211 | 31 | 236 | 15 | 124 | 0 | 46 | 443 | 111 | 44 |
| Binary | 10001001 | 11001 | 10011110 | 1101 | 1010100 | 0 | 100110 | 100100011 | 1001001 | 100100 |
Color Harmonies of #89199E
Complementary color
Monochromatic Colors of #89199E
Black with #89199E
Text Example
Text Example
White with #89199E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89199E; }
p { color: rgb(137,25,158); }
H1.HeaderClassName
{
color: #89199E;
}
.AnyTagClassName
{
color: #89199E;
}
</style>
background-color css
<style>
a { background-color: #89199E; }
a { background-color: rgb(137,25,158); }
div.DivClassName
{
background-color: #89199E;
}
.BgClassName
{
background-color: #89199E;
}
</style>
border-color css
<style>
span { border-color: #89199E; }
span { border-color: rgb(137,25,158); }
td.TdClassName
{
border-color: #89199E;
}
.TagClassName
{
border-color: #89199E;
}
</style>