Shades of Dark Magenta #890F84
Tints of Dark Magenta #890F84
RGB
CMYK
RGB Variations
Color information
#890F84 (or 0x890F84) is known color: Dark Magenta. HEX triplet: 89, 0F and 84. RGB value is (137,15,132). Sum of RGB (Red+Green+Blue) = 137+15+132=284 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.24% from 284); Green value is 15 (6.25% from 255 or 5.28% from 284); Blue value is 132 (51.95% from 255 or 46.48% from 284); Max value from RGB is 137 - color contains mainly: red. Hex color #890F84 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890F84 is #76F07B. Grayscale: #404040. Windows color (decimal): -7794812 or 8654729. OLE color: 8654729.
HSL color Cylindrical-coordinate representation of color #890F84: hue angle of 302.46º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #890F84 is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 15 | 132 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.46 |
| HSL | 302.46º | 0.8% | 0.3% | - |
| HSV(B) | 302.46º | 0.89% | 0.54% | - |
| XYZ | 14.65 | 7.33 | 22.47 | - |
| YUV | 64.82 | 165.92 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 15 | 132 | 0 | 0.89 | 0.04 | 0.46 | 302.46 | 0.8 | 0.3 |
| Hex | 89 | F | 84 | 0 | 59 | 4 | 2E | 12E | 50 | 1E |
| Octal | 211 | 17 | 204 | 0 | 131 | 4 | 56 | 456 | 120 | 36 |
| Binary | 10001001 | 1111 | 10000100 | 0 | 1011001 | 100 | 101110 | 100101110 | 1010000 | 11110 |
Color Harmonies of #890F84
Complementary color
Monochromatic Colors of #890F84
Black with #890F84
Text Example
Text Example
White with #890F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890F84; }
p { color: rgb(137,15,132); }
H1.HeaderClassName
{
color: #890F84;
}
.AnyTagClassName
{
color: #890F84;
}
</style>
background-color css
<style>
a { background-color: #890F84; }
a { background-color: rgb(137,15,132); }
div.DivClassName
{
background-color: #890F84;
}
.BgClassName
{
background-color: #890F84;
}
</style>
border-color css
<style>
span { border-color: #890F84; }
span { border-color: rgb(137,15,132); }
td.TdClassName
{
border-color: #890F84;
}
.TagClassName
{
border-color: #890F84;
}
</style>