Shades of Dark Magenta #890384
Tints of Dark Magenta #890384
RGB
CMYK
RGB Variations
Color information
#890384 (or 0x890384) is known color: Dark Magenta. HEX triplet: 89, 03 and 84. RGB value is (137,3,132). Sum of RGB (Red+Green+Blue) = 137+3+132=272 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.37% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 132 (51.95% from 255 or 48.53% from 272); Max value from RGB is 137 - color contains mainly: red. Hex color #890384 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890384 is #76FC7B. Grayscale: #393939. Windows color (decimal): -7797884 or 8651657. OLE color: 8651657.
HSL color Cylindrical-coordinate representation of color #890384: hue angle of 302.24º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #890384 is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 3 | 132 | - |
| CMYK | 0 | 0.98 | 0.04 | 0.46 |
| HSL | 302.24º | 0.96% | 0.27% | - |
| HSV(B) | 302.24º | 0.98% | 0.54% | - |
| XYZ | 14.51 | 7.05 | 22.43 | - |
| YUV | 57.77 | 169.89 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 3 | 132 | 0 | 0.98 | 0.04 | 0.46 | 302.24 | 0.96 | 0.27 |
| Hex | 89 | 3 | 84 | 0 | 62 | 4 | 2E | 12E | 60 | 1B |
| Octal | 211 | 3 | 204 | 0 | 142 | 4 | 56 | 456 | 140 | 33 |
| Binary | 10001001 | 11 | 10000100 | 0 | 1100010 | 100 | 101110 | 100101110 | 1100000 | 11011 |
Color Harmonies of #890384
Complementary color
Monochromatic Colors of #890384
Black with #890384
Text Example
Text Example
White with #890384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890384; }
p { color: rgb(137,3,132); }
H1.HeaderClassName
{
color: #890384;
}
.AnyTagClassName
{
color: #890384;
}
</style>
background-color css
<style>
a { background-color: #890384; }
a { background-color: rgb(137,3,132); }
div.DivClassName
{
background-color: #890384;
}
.BgClassName
{
background-color: #890384;
}
</style>
border-color css
<style>
span { border-color: #890384; }
span { border-color: rgb(137,3,132); }
td.TdClassName
{
border-color: #890384;
}
.TagClassName
{
border-color: #890384;
}
</style>