Shades of Dark Magenta #89179C
Tints of Dark Magenta #89179C
RGB
CMYK
RGB Variations
Color information
#89179C (or 0x89179C) is known color: Dark Magenta. HEX triplet: 89, 17 and 9C. RGB value is (137,23,156). Sum of RGB (Red+Green+Blue) = 137+23+156=316 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.35% from 316); Green value is 23 (9.38% from 255 or 7.28% from 316); Blue value is 156 (61.33% from 255 or 49.37% from 316); Max value from RGB is 156 - color contains mainly: blue. Hex color #89179C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89179C is #76E863. Grayscale: #474747. Windows color (decimal): -7792740 or 10229641. OLE color: 10229641.
HSL color Cylindrical-coordinate representation of color #89179C: hue angle of 291.43º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #89179C is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 137 | 23 | 156 | - |
| CMYK | 0.12 | 0.85 | 0 | 0.39 |
| HSL | 291.43º | 0.74% | 0.35% | - |
| HSV(B) | 291.43º | 0.85% | 0.61% | - |
| XYZ | 16.62 | 8.33 | 32.18 | - |
| YUV | 72.25 | 175.27 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 23 | 156 | 0.12 | 0.85 | 0 | 0.39 | 291.43 | 0.74 | 0.35 |
| Hex | 89 | 17 | 9C | C | 55 | 0 | 27 | 123 | 4A | 23 |
| Octal | 211 | 27 | 234 | 14 | 125 | 0 | 47 | 443 | 112 | 43 |
| Binary | 10001001 | 10111 | 10011100 | 1100 | 1010101 | 0 | 100111 | 100100011 | 1001010 | 100011 |
Color Harmonies of #89179C
Complementary color
Monochromatic Colors of #89179C
Black with #89179C
Text Example
Text Example
White with #89179C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89179C; }
p { color: rgb(137,23,156); }
H1.HeaderClassName
{
color: #89179C;
}
.AnyTagClassName
{
color: #89179C;
}
</style>
background-color css
<style>
a { background-color: #89179C; }
a { background-color: rgb(137,23,156); }
div.DivClassName
{
background-color: #89179C;
}
.BgClassName
{
background-color: #89179C;
}
</style>
border-color css
<style>
span { border-color: #89179C; }
span { border-color: rgb(137,23,156); }
td.TdClassName
{
border-color: #89179C;
}
.TagClassName
{
border-color: #89179C;
}
</style>