Shades of Dark Magenta #890885
Tints of Dark Magenta #890885
RGB
CMYK
RGB Variations
Color information
#890885 (or 0x890885) is known color: Dark Magenta. HEX triplet: 89, 08 and 85. RGB value is (137,8,133). Sum of RGB (Red+Green+Blue) = 137+8+133=278 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.28% from 278); Green value is 8 (3.52% from 255 or 2.88% from 278); Blue value is 133 (52.34% from 255 or 47.84% from 278); Max value from RGB is 137 - color contains mainly: red. Hex color #890885 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890885 is #76F77A. Grayscale: #3C3C3C. Windows color (decimal): -7796603 or 8718473. OLE color: 8718473.
HSL color Cylindrical-coordinate representation of color #890885: hue angle of 301.86º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #890885 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 8 | 133 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.46 |
| HSL | 301.86º | 0.89% | 0.28% | - |
| HSV(B) | 301.86º | 0.94% | 0.54% | - |
| XYZ | 14.64 | 7.19 | 22.81 | - |
| YUV | 60.82 | 168.74 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 8 | 133 | 0 | 0.94 | 0.03 | 0.46 | 301.86 | 0.89 | 0.28 |
| Hex | 89 | 8 | 85 | 0 | 5E | 3 | 2E | 12E | 59 | 1C |
| Octal | 211 | 10 | 205 | 0 | 136 | 3 | 56 | 456 | 131 | 34 |
| Binary | 10001001 | 1000 | 10000101 | 0 | 1011110 | 11 | 101110 | 100101110 | 1011001 | 11100 |
Color Harmonies of #890885
Complementary color
Monochromatic Colors of #890885
Black with #890885
Text Example
Text Example
White with #890885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890885; }
p { color: rgb(137,8,133); }
H1.HeaderClassName
{
color: #890885;
}
.AnyTagClassName
{
color: #890885;
}
</style>
background-color css
<style>
a { background-color: #890885; }
a { background-color: rgb(137,8,133); }
div.DivClassName
{
background-color: #890885;
}
.BgClassName
{
background-color: #890885;
}
</style>
border-color css
<style>
span { border-color: #890885; }
span { border-color: rgb(137,8,133); }
td.TdClassName
{
border-color: #890885;
}
.TagClassName
{
border-color: #890885;
}
</style>