Shades of Dark Magenta #890294
Tints of Dark Magenta #890294
RGB
CMYK
RGB Variations
Color information
#890294 (or 0x890294) is known color: Dark Magenta. HEX triplet: 89, 02 and 94. RGB value is (137,2,148). Sum of RGB (Red+Green+Blue) = 137+2+148=287 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.74% from 287); Green value is 2 (1.17% from 255 or 0.70% from 287); Blue value is 148 (58.20% from 255 or 51.57% from 287); Max value from RGB is 148 - color contains mainly: blue. Hex color #890294 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890294 is #76FD6B. Grayscale: #3A3A3A. Windows color (decimal): -7798124 or 9699977. OLE color: 9699977.
HSL color Cylindrical-coordinate representation of color #890294: hue angle of 295.48º 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 #890294 is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 2 | 148 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.42 |
| HSL | 295.48º | 0.97% | 0.29% | - |
| HSV(B) | 295.48º | 0.99% | 0.58% | - |
| XYZ | 15.68 | 7.5 | 28.64 | - |
| YUV | 59.01 | 178.23 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 2 | 148 | 0.07 | 0.99 | 0 | 0.42 | 295.48 | 0.97 | 0.29 |
| Hex | 89 | 2 | 94 | 7 | 63 | 0 | 2A | 127 | 61 | 1D |
| Octal | 211 | 2 | 224 | 7 | 143 | 0 | 52 | 447 | 141 | 35 |
| Binary | 10001001 | 10 | 10010100 | 111 | 1100011 | 0 | 101010 | 100100111 | 1100001 | 11101 |
Color Harmonies of #890294
Complementary color
Monochromatic Colors of #890294
Black with #890294
Text Example
Text Example
White with #890294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890294; }
p { color: rgb(137,2,148); }
H1.HeaderClassName
{
color: #890294;
}
.AnyTagClassName
{
color: #890294;
}
</style>
background-color css
<style>
a { background-color: #890294; }
a { background-color: rgb(137,2,148); }
div.DivClassName
{
background-color: #890294;
}
.BgClassName
{
background-color: #890294;
}
</style>
border-color css
<style>
span { border-color: #890294; }
span { border-color: rgb(137,2,148); }
td.TdClassName
{
border-color: #890294;
}
.TagClassName
{
border-color: #890294;
}
</style>