Shades of Dark Magenta #890482
Tints of Dark Magenta #890482
RGB
CMYK
RGB Variations
Color information
#890482 (or 0x890482) is known color: Dark Magenta. HEX triplet: 89, 04 and 82. RGB value is (137,4,130). Sum of RGB (Red+Green+Blue) = 137+4+130=271 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.55% from 271); Green value is 4 (1.95% from 255 or 1.48% from 271); Blue value is 130 (51.17% from 255 or 47.97% from 271); Max value from RGB is 137 - color contains mainly: red. Hex color #890482 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890482 is #76FB7D. Grayscale: #393939. Windows color (decimal): -7797630 or 8520841. OLE color: 8520841.
HSL color Cylindrical-coordinate representation of color #890482: hue angle of 303.16º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #890482 is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 4 | 130 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.46 |
| HSL | 303.16º | 0.94% | 0.28% | - |
| HSV(B) | 303.16º | 0.97% | 0.54% | - |
| XYZ | 14.39 | 7.02 | 21.72 | - |
| YUV | 58.13 | 168.56 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 4 | 130 | 0 | 0.97 | 0.05 | 0.46 | 303.16 | 0.94 | 0.28 |
| Hex | 89 | 4 | 82 | 0 | 61 | 5 | 2E | 12F | 5E | 1C |
| Octal | 211 | 4 | 202 | 0 | 141 | 5 | 56 | 457 | 136 | 34 |
| Binary | 10001001 | 100 | 10000010 | 0 | 1100001 | 101 | 101110 | 100101111 | 1011110 | 11100 |
Color Harmonies of #890482
Complementary color
Monochromatic Colors of #890482
Black with #890482
Text Example
Text Example
White with #890482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890482; }
p { color: rgb(137,4,130); }
H1.HeaderClassName
{
color: #890482;
}
.AnyTagClassName
{
color: #890482;
}
</style>
background-color css
<style>
a { background-color: #890482; }
a { background-color: rgb(137,4,130); }
div.DivClassName
{
background-color: #890482;
}
.BgClassName
{
background-color: #890482;
}
</style>
border-color css
<style>
span { border-color: #890482; }
span { border-color: rgb(137,4,130); }
td.TdClassName
{
border-color: #890482;
}
.TagClassName
{
border-color: #890482;
}
</style>