Shades of Dark Magenta #820096
Tints of Dark Magenta #820096
RGB
CMYK
RGB Variations
Color information
#820096 (or 0x820096) is known color: Dark Magenta. HEX triplet: 82, 00 and 96. RGB value is (130,0,150). Sum of RGB (Red+Green+Blue) = 130+0+150=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 150 (58.98% from 255 or 53.57% from 280); Max value from RGB is 150 - color contains mainly: blue. Hex color #820096 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820096 is #7DFF69. Grayscale: #373737. Windows color (decimal): -8257386 or 9830530. OLE color: 9830530.
HSL color Cylindrical-coordinate representation of color #820096: hue angle of 292º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #820096 is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 130 | 0 | 150 | - |
| CMYK | 0.13 | 1 | 0 | 0.41 |
| HSL | 292º | 1% | 0.29% | - |
| HSV(B) | 292º | 1% | 0.59% | - |
| XYZ | 14.71 | 6.95 | 29.42 | - |
| YUV | 55.97 | 181.07 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 0 | 150 | 0.13 | 1 | 0 | 0.41 | 292 | 1 | 0.29 |
| Hex | 82 | 0 | 96 | D | 64 | 0 | 29 | 124 | 64 | 1D |
| Octal | 202 | 0 | 226 | 15 | 144 | 0 | 51 | 444 | 144 | 35 |
| Binary | 10000010 | 0 | 10010110 | 1101 | 1100100 | 0 | 101001 | 100100100 | 1100100 | 11101 |
Color Harmonies of #820096
Complementary color
Monochromatic Colors of #820096
Black with #820096
Text Example
Text Example
White with #820096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820096; }
p { color: rgb(130,0,150); }
H1.HeaderClassName
{
color: #820096;
}
.AnyTagClassName
{
color: #820096;
}
</style>
background-color css
<style>
a { background-color: #820096; }
a { background-color: rgb(130,0,150); }
div.DivClassName
{
background-color: #820096;
}
.BgClassName
{
background-color: #820096;
}
</style>
border-color css
<style>
span { border-color: #820096; }
span { border-color: rgb(130,0,150); }
td.TdClassName
{
border-color: #820096;
}
.TagClassName
{
border-color: #820096;
}
</style>