Shades of Dark Magenta #890582
Tints of Dark Magenta #890582
RGB
CMYK
RGB Variations
Color information
#890582 (or 0x890582) is known color: Dark Magenta. HEX triplet: 89, 05 and 82. RGB value is (137,5,130). Sum of RGB (Red+Green+Blue) = 137+5+130=272 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.37% from 272); Green value is 5 (2.34% from 255 or 1.84% from 272); Blue value is 130 (51.17% from 255 or 47.79% from 272); Max value from RGB is 137 - color contains mainly: red. Hex color #890582 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890582 is #76FA7D. Grayscale: #3A3A3A. Windows color (decimal): -7797374 or 8521097. OLE color: 8521097.
HSL color Cylindrical-coordinate representation of color #890582: hue angle of 303.18º 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 #890582 is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 5 | 130 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.46 |
| HSL | 303.18º | 0.93% | 0.28% | - |
| HSV(B) | 303.18º | 0.96% | 0.54% | - |
| XYZ | 14.4 | 7.04 | 21.72 | - |
| YUV | 58.72 | 168.23 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 5 | 130 | 0 | 0.96 | 0.05 | 0.46 | 303.18 | 0.93 | 0.28 |
| Hex | 89 | 5 | 82 | 0 | 60 | 5 | 2E | 12F | 5D | 1C |
| Octal | 211 | 5 | 202 | 0 | 140 | 5 | 56 | 457 | 135 | 34 |
| Binary | 10001001 | 101 | 10000010 | 0 | 1100000 | 101 | 101110 | 100101111 | 1011101 | 11100 |
Color Harmonies of #890582
Complementary color
Monochromatic Colors of #890582
Black with #890582
Text Example
Text Example
White with #890582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890582; }
p { color: rgb(137,5,130); }
H1.HeaderClassName
{
color: #890582;
}
.AnyTagClassName
{
color: #890582;
}
</style>
background-color css
<style>
a { background-color: #890582; }
a { background-color: rgb(137,5,130); }
div.DivClassName
{
background-color: #890582;
}
.BgClassName
{
background-color: #890582;
}
</style>
border-color css
<style>
span { border-color: #890582; }
span { border-color: rgb(137,5,130); }
td.TdClassName
{
border-color: #890582;
}
.TagClassName
{
border-color: #890582;
}
</style>