Shades of Dark Magenta #820599
Tints of Dark Magenta #820599
RGB
CMYK
RGB Variations
Color information
#820599 (or 0x820599) is known color: Dark Magenta. HEX triplet: 82, 05 and 99. RGB value is (130,5,153). Sum of RGB (Red+Green+Blue) = 130+5+153=288 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.14% from 288); Green value is 5 (2.34% from 255 or 1.74% from 288); Blue value is 153 (60.16% from 255 or 53.12% from 288); Max value from RGB is 153 - color contains mainly: blue. Hex color #820599 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820599 is #7DFA66. Grayscale: #3A3A3A. Windows color (decimal): -8256103 or 10028418. OLE color: 10028418.
HSL color Cylindrical-coordinate representation of color #820599: hue angle of 290.68º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #820599 is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 130 | 5 | 153 | - |
| CMYK | 0.15 | 0.97 | 0 | 0.4 |
| HSL | 290.68º | 0.94% | 0.31% | - |
| HSV(B) | 290.68º | 0.97% | 0.6% | - |
| XYZ | 15.01 | 7.15 | 30.73 | - |
| YUV | 59.25 | 180.91 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 5 | 153 | 0.15 | 0.97 | 0 | 0.4 | 290.68 | 0.94 | 0.31 |
| Hex | 82 | 5 | 99 | F | 61 | 0 | 28 | 123 | 5E | 1F |
| Octal | 202 | 5 | 231 | 17 | 141 | 0 | 50 | 443 | 136 | 37 |
| Binary | 10000010 | 101 | 10011001 | 1111 | 1100001 | 0 | 101000 | 100100011 | 1011110 | 11111 |
Color Harmonies of #820599
Complementary color
Monochromatic Colors of #820599
Black with #820599
Text Example
Text Example
White with #820599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820599; }
p { color: rgb(130,5,153); }
H1.HeaderClassName
{
color: #820599;
}
.AnyTagClassName
{
color: #820599;
}
</style>
background-color css
<style>
a { background-color: #820599; }
a { background-color: rgb(130,5,153); }
div.DivClassName
{
background-color: #820599;
}
.BgClassName
{
background-color: #820599;
}
</style>
border-color css
<style>
span { border-color: #820599; }
span { border-color: rgb(130,5,153); }
td.TdClassName
{
border-color: #820599;
}
.TagClassName
{
border-color: #820599;
}
</style>