Shades of Dark Magenta #890293
Tints of Dark Magenta #890293
RGB
CMYK
RGB Variations
Color information
#890293 (or 0x890293) is known color: Dark Magenta. HEX triplet: 89, 02 and 93. RGB value is (137,2,147). Sum of RGB (Red+Green+Blue) = 137+2+147=286 (37% of max value = 765). Red value is 137 (53.91% from 255 or 47.90% from 286); Green value is 2 (1.17% from 255 or 0.70% from 286); Blue value is 147 (57.81% from 255 or 51.40% from 286); Max value from RGB is 147 - color contains mainly: blue. Hex color #890293 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890293 is #76FD6C. Grayscale: #3A3A3A. Windows color (decimal): -7798125 or 9634441. OLE color: 9634441.
HSL color Cylindrical-coordinate representation of color #890293: hue angle of 295.86º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #890293 is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 2 | 147 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.42 |
| HSL | 295.86º | 0.97% | 0.29% | - |
| HSV(B) | 295.86º | 0.99% | 0.58% | - |
| XYZ | 15.6 | 7.47 | 28.22 | - |
| YUV | 58.9 | 177.73 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 2 | 147 | 0.07 | 0.99 | 0 | 0.42 | 295.86 | 0.97 | 0.29 |
| Hex | 89 | 2 | 93 | 7 | 63 | 0 | 2A | 128 | 61 | 1D |
| Octal | 211 | 2 | 223 | 7 | 143 | 0 | 52 | 450 | 141 | 35 |
| Binary | 10001001 | 10 | 10010011 | 111 | 1100011 | 0 | 101010 | 100101000 | 1100001 | 11101 |
Color Harmonies of #890293
Complementary color
Monochromatic Colors of #890293
Black with #890293
Text Example
Text Example
White with #890293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890293; }
p { color: rgb(137,2,147); }
H1.HeaderClassName
{
color: #890293;
}
.AnyTagClassName
{
color: #890293;
}
</style>
background-color css
<style>
a { background-color: #890293; }
a { background-color: rgb(137,2,147); }
div.DivClassName
{
background-color: #890293;
}
.BgClassName
{
background-color: #890293;
}
</style>
border-color css
<style>
span { border-color: #890293; }
span { border-color: rgb(137,2,147); }
td.TdClassName
{
border-color: #890293;
}
.TagClassName
{
border-color: #890293;
}
</style>