Shades of Dark Magenta #89139F
Tints of Dark Magenta #89139F
RGB
CMYK
RGB Variations
Color information
#89139F (or 0x89139F) is known color: Dark Magenta. HEX triplet: 89, 13 and 9F. RGB value is (137,19,159). Sum of RGB (Red+Green+Blue) = 137+19+159=315 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.49% from 315); Green value is 19 (7.81% from 255 or 6.03% from 315); Blue value is 159 (62.5% from 255 or 50.48% from 315); Max value from RGB is 159 - color contains mainly: blue. Hex color #89139F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89139F is #76EC60. Grayscale: #454545. Windows color (decimal): -7793761 or 10425225. OLE color: 10425225.
HSL color Cylindrical-coordinate representation of color #89139F: hue angle of 290.57º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #89139F is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 137 | 19 | 159 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.38 |
| HSL | 290.57º | 0.79% | 0.35% | - |
| HSV(B) | 290.57º | 0.88% | 0.62% | - |
| XYZ | 16.81 | 8.29 | 33.51 | - |
| YUV | 70.24 | 178.09 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 19 | 159 | 0.14 | 0.88 | 0 | 0.38 | 290.57 | 0.79 | 0.35 |
| Hex | 89 | 13 | 9F | E | 58 | 0 | 26 | 123 | 4F | 23 |
| Octal | 211 | 23 | 237 | 16 | 130 | 0 | 46 | 443 | 117 | 43 |
| Binary | 10001001 | 10011 | 10011111 | 1110 | 1011000 | 0 | 100110 | 100100011 | 1001111 | 100011 |
Color Harmonies of #89139F
Complementary color
Monochromatic Colors of #89139F
Black with #89139F
Text Example
Text Example
White with #89139F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89139F; }
p { color: rgb(137,19,159); }
H1.HeaderClassName
{
color: #89139F;
}
.AnyTagClassName
{
color: #89139F;
}
</style>
background-color css
<style>
a { background-color: #89139F; }
a { background-color: rgb(137,19,159); }
div.DivClassName
{
background-color: #89139F;
}
.BgClassName
{
background-color: #89139F;
}
</style>
border-color css
<style>
span { border-color: #89139F; }
span { border-color: rgb(137,19,159); }
td.TdClassName
{
border-color: #89139F;
}
.TagClassName
{
border-color: #89139F;
}
</style>