Shades of Dark Magenta #89129F
Tints of Dark Magenta #89129F
RGB
CMYK
RGB Variations
Color information
#89129F (or 0x89129F) is known color: Dark Magenta. HEX triplet: 89, 12 and 9F. RGB value is (137,18,159). Sum of RGB (Red+Green+Blue) = 137+18+159=314 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.63% from 314); Green value is 18 (7.42% from 255 or 5.73% from 314); Blue value is 159 (62.5% from 255 or 50.64% from 314); Max value from RGB is 159 - color contains mainly: blue. Hex color #89129F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89129F is #76ED60. Grayscale: #454545. Windows color (decimal): -7794017 or 10424969. OLE color: 10424969.
HSL color Cylindrical-coordinate representation of color #89129F: hue angle of 290.64º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #89129F is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 137 | 18 | 159 | - |
| CMYK | 0.14 | 0.89 | 0 | 0.38 |
| HSL | 290.64º | 0.8% | 0.35% | - |
| HSV(B) | 290.64º | 0.89% | 0.62% | - |
| XYZ | 16.79 | 8.25 | 33.51 | - |
| YUV | 69.66 | 178.42 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 18 | 159 | 0.14 | 0.89 | 0 | 0.38 | 290.64 | 0.8 | 0.35 |
| Hex | 89 | 12 | 9F | E | 59 | 0 | 26 | 123 | 50 | 23 |
| Octal | 211 | 22 | 237 | 16 | 131 | 0 | 46 | 443 | 120 | 43 |
| Binary | 10001001 | 10010 | 10011111 | 1110 | 1011001 | 0 | 100110 | 100100011 | 1010000 | 100011 |
Color Harmonies of #89129F
Complementary color
Monochromatic Colors of #89129F
Black with #89129F
Text Example
Text Example
White with #89129F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89129F; }
p { color: rgb(137,18,159); }
H1.HeaderClassName
{
color: #89129F;
}
.AnyTagClassName
{
color: #89129F;
}
</style>
background-color css
<style>
a { background-color: #89129F; }
a { background-color: rgb(137,18,159); }
div.DivClassName
{
background-color: #89129F;
}
.BgClassName
{
background-color: #89129F;
}
</style>
border-color css
<style>
span { border-color: #89129F; }
span { border-color: rgb(137,18,159); }
td.TdClassName
{
border-color: #89129F;
}
.TagClassName
{
border-color: #89129F;
}
</style>