Shades of Dark Magenta #890594
Tints of Dark Magenta #890594
RGB
CMYK
RGB Variations
Color information
#890594 (or 0x890594) is known color: Dark Magenta. HEX triplet: 89, 05 and 94. RGB value is (137,5,148). Sum of RGB (Red+Green+Blue) = 137+5+148=290 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.24% from 290); Green value is 5 (2.34% from 255 or 1.72% from 290); Blue value is 148 (58.20% from 255 or 51.03% from 290); Max value from RGB is 148 - color contains mainly: blue. Hex color #890594 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890594 is #76FA6B. Grayscale: #3C3C3C. Windows color (decimal): -7797356 or 9700745. OLE color: 9700745.
HSL color Cylindrical-coordinate representation of color #890594: hue angle of 295.38º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #890594 is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 5 | 148 | - |
| CMYK | 0.07 | 0.97 | 0 | 0.42 |
| HSL | 295.38º | 0.93% | 0.3% | - |
| HSV(B) | 295.38º | 0.97% | 0.58% | - |
| XYZ | 15.72 | 7.57 | 28.65 | - |
| YUV | 60.77 | 177.23 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 5 | 148 | 0.07 | 0.97 | 0 | 0.42 | 295.38 | 0.93 | 0.3 |
| Hex | 89 | 5 | 94 | 7 | 61 | 0 | 2A | 127 | 5D | 1E |
| Octal | 211 | 5 | 224 | 7 | 141 | 0 | 52 | 447 | 135 | 36 |
| Binary | 10001001 | 101 | 10010100 | 111 | 1100001 | 0 | 101010 | 100100111 | 1011101 | 11110 |
Color Harmonies of #890594
Complementary color
Monochromatic Colors of #890594
Black with #890594
Text Example
Text Example
White with #890594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890594; }
p { color: rgb(137,5,148); }
H1.HeaderClassName
{
color: #890594;
}
.AnyTagClassName
{
color: #890594;
}
</style>
background-color css
<style>
a { background-color: #890594; }
a { background-color: rgb(137,5,148); }
div.DivClassName
{
background-color: #890594;
}
.BgClassName
{
background-color: #890594;
}
</style>
border-color css
<style>
span { border-color: #890594; }
span { border-color: rgb(137,5,148); }
td.TdClassName
{
border-color: #890594;
}
.TagClassName
{
border-color: #890594;
}
</style>