Shades of Dark Magenta #890997
Tints of Dark Magenta #890997
RGB
CMYK
RGB Variations
Color information
#890997 (or 0x890997) is known color: Dark Magenta. HEX triplet: 89, 09 and 97. RGB value is (137,9,151). Sum of RGB (Red+Green+Blue) = 137+9+151=297 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.13% from 297); Green value is 9 (3.91% from 255 or 3.03% from 297); Blue value is 151 (59.38% from 255 or 50.84% from 297); Max value from RGB is 151 - color contains mainly: blue. Hex color #890997 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890997 is #76F668. Grayscale: #3F3F3F. Windows color (decimal): -7796329 or 9898377. OLE color: 9898377.
HSL color Cylindrical-coordinate representation of color #890997: hue angle of 294.08º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #890997 is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 137 | 9 | 151 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.41 |
| HSL | 294.08º | 0.89% | 0.31% | - |
| HSV(B) | 294.08º | 0.94% | 0.59% | - |
| XYZ | 16 | 7.75 | 29.93 | - |
| YUV | 63.46 | 177.41 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 9 | 151 | 0.09 | 0.94 | 0 | 0.41 | 294.08 | 0.89 | 0.31 |
| Hex | 89 | 9 | 97 | 9 | 5E | 0 | 29 | 126 | 59 | 1F |
| Octal | 211 | 11 | 227 | 11 | 136 | 0 | 51 | 446 | 131 | 37 |
| Binary | 10001001 | 1001 | 10010111 | 1001 | 1011110 | 0 | 101001 | 100100110 | 1011001 | 11111 |
Color Harmonies of #890997
Complementary color
Monochromatic Colors of #890997
Black with #890997
Text Example
Text Example
White with #890997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890997; }
p { color: rgb(137,9,151); }
H1.HeaderClassName
{
color: #890997;
}
.AnyTagClassName
{
color: #890997;
}
</style>
background-color css
<style>
a { background-color: #890997; }
a { background-color: rgb(137,9,151); }
div.DivClassName
{
background-color: #890997;
}
.BgClassName
{
background-color: #890997;
}
</style>
border-color css
<style>
span { border-color: #890997; }
span { border-color: rgb(137,9,151); }
td.TdClassName
{
border-color: #890997;
}
.TagClassName
{
border-color: #890997;
}
</style>