Shades of Dark Magenta #890791
Tints of Dark Magenta #890791
RGB
CMYK
RGB Variations
Color information
#890791 (or 0x890791) is known color: Dark Magenta. HEX triplet: 89, 07 and 91. RGB value is (137,7,145). Sum of RGB (Red+Green+Blue) = 137+7+145=289 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.40% from 289); Green value is 7 (3.12% from 255 or 2.42% from 289); Blue value is 145 (57.03% from 255 or 50.17% from 289); Max value from RGB is 145 - color contains mainly: blue. Hex color #890791 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890791 is #76F86E. Grayscale: #3D3D3D. Windows color (decimal): -7796847 or 9504649. OLE color: 9504649.
HSL color Cylindrical-coordinate representation of color #890791: hue angle of 296.52º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #890791 is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 7 | 145 | - |
| CMYK | 0.06 | 0.95 | 0 | 0.43 |
| HSL | 296.52º | 0.91% | 0.3% | - |
| HSV(B) | 296.52º | 0.95% | 0.57% | - |
| XYZ | 15.5 | 7.51 | 27.42 | - |
| YUV | 61.6 | 175.07 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 7 | 145 | 0.06 | 0.95 | 0 | 0.43 | 296.52 | 0.91 | 0.3 |
| Hex | 89 | 7 | 91 | 6 | 5F | 0 | 2B | 129 | 5B | 1E |
| Octal | 211 | 7 | 221 | 6 | 137 | 0 | 53 | 451 | 133 | 36 |
| Binary | 10001001 | 111 | 10010001 | 110 | 1011111 | 0 | 101011 | 100101001 | 1011011 | 11110 |
Color Harmonies of #890791
Complementary color
Monochromatic Colors of #890791
Black with #890791
Text Example
Text Example
White with #890791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890791; }
p { color: rgb(137,7,145); }
H1.HeaderClassName
{
color: #890791;
}
.AnyTagClassName
{
color: #890791;
}
</style>
background-color css
<style>
a { background-color: #890791; }
a { background-color: rgb(137,7,145); }
div.DivClassName
{
background-color: #890791;
}
.BgClassName
{
background-color: #890791;
}
</style>
border-color css
<style>
span { border-color: #890791; }
span { border-color: rgb(137,7,145); }
td.TdClassName
{
border-color: #890791;
}
.TagClassName
{
border-color: #890791;
}
</style>