Shades of Dark Magenta #89179B
Tints of Dark Magenta #89179B
RGB
CMYK
RGB Variations
Color information
#89179B (or 0x89179B) is known color: Dark Magenta. HEX triplet: 89, 17 and 9B. RGB value is (137,23,155). Sum of RGB (Red+Green+Blue) = 137+23+155=315 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.49% from 315); Green value is 23 (9.38% from 255 or 7.30% from 315); Blue value is 155 (60.94% from 255 or 49.21% from 315); Max value from RGB is 155 - color contains mainly: blue. Hex color #89179B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89179B is #76E864. Grayscale: #474747. Windows color (decimal): -7792741 or 10164105. OLE color: 10164105.
HSL color Cylindrical-coordinate representation of color #89179B: hue angle of 291.82º 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 #89179B is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 137 | 23 | 155 | - |
| CMYK | 0.12 | 0.85 | 0 | 0.39 |
| HSL | 291.82º | 0.74% | 0.35% | - |
| HSV(B) | 291.82º | 0.85% | 0.61% | - |
| XYZ | 16.54 | 8.3 | 31.74 | - |
| YUV | 72.13 | 174.77 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 23 | 155 | 0.12 | 0.85 | 0 | 0.39 | 291.82 | 0.74 | 0.35 |
| Hex | 89 | 17 | 9B | C | 55 | 0 | 27 | 124 | 4A | 23 |
| Octal | 211 | 27 | 233 | 14 | 125 | 0 | 47 | 444 | 112 | 43 |
| Binary | 10001001 | 10111 | 10011011 | 1100 | 1010101 | 0 | 100111 | 100100100 | 1001010 | 100011 |
Color Harmonies of #89179B
Complementary color
Monochromatic Colors of #89179B
Black with #89179B
Text Example
Text Example
White with #89179B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89179B; }
p { color: rgb(137,23,155); }
H1.HeaderClassName
{
color: #89179B;
}
.AnyTagClassName
{
color: #89179B;
}
</style>
background-color css
<style>
a { background-color: #89179B; }
a { background-color: rgb(137,23,155); }
div.DivClassName
{
background-color: #89179B;
}
.BgClassName
{
background-color: #89179B;
}
</style>
border-color css
<style>
span { border-color: #89179B; }
span { border-color: rgb(137,23,155); }
td.TdClassName
{
border-color: #89179B;
}
.TagClassName
{
border-color: #89179B;
}
</style>