Shades of Dark Magenta #890585
Tints of Dark Magenta #890585
RGB
CMYK
RGB Variations
Color information
#890585 (or 0x890585) is known color: Dark Magenta. HEX triplet: 89, 05 and 85. RGB value is (137,5,133). Sum of RGB (Red+Green+Blue) = 137+5+133=275 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.82% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 133 (52.34% from 255 or 48.36% from 275); Max value from RGB is 137 - color contains mainly: red. Hex color #890585 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890585 is #76FA7A. Grayscale: #3A3A3A. Windows color (decimal): -7797371 or 8717705. OLE color: 8717705.
HSL color Cylindrical-coordinate representation of color #890585: hue angle of 301.82º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #890585 is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 5 | 133 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.46 |
| HSL | 301.82º | 0.93% | 0.28% | - |
| HSV(B) | 301.82º | 0.96% | 0.54% | - |
| XYZ | 14.6 | 7.12 | 22.79 | - |
| YUV | 59.06 | 169.73 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 5 | 133 | 0 | 0.96 | 0.03 | 0.46 | 301.82 | 0.93 | 0.28 |
| Hex | 89 | 5 | 85 | 0 | 60 | 3 | 2E | 12E | 5D | 1C |
| Octal | 211 | 5 | 205 | 0 | 140 | 3 | 56 | 456 | 135 | 34 |
| Binary | 10001001 | 101 | 10000101 | 0 | 1100000 | 11 | 101110 | 100101110 | 1011101 | 11100 |
Color Harmonies of #890585
Complementary color
Monochromatic Colors of #890585
Black with #890585
Text Example
Text Example
White with #890585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890585; }
p { color: rgb(137,5,133); }
H1.HeaderClassName
{
color: #890585;
}
.AnyTagClassName
{
color: #890585;
}
</style>
background-color css
<style>
a { background-color: #890585; }
a { background-color: rgb(137,5,133); }
div.DivClassName
{
background-color: #890585;
}
.BgClassName
{
background-color: #890585;
}
</style>
border-color css
<style>
span { border-color: #890585; }
span { border-color: rgb(137,5,133); }
td.TdClassName
{
border-color: #890585;
}
.TagClassName
{
border-color: #890585;
}
</style>