Shades of Dark Magenta #820396
Tints of Dark Magenta #820396
RGB
CMYK
RGB Variations
Color information
#820396 (or 0x820396) is known color: Dark Magenta. HEX triplet: 82, 03 and 96. RGB value is (130,3,150). Sum of RGB (Red+Green+Blue) = 130+3+150=283 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.94% from 283); Green value is 3 (1.56% from 255 or 1.06% from 283); Blue value is 150 (58.98% from 255 or 53.00% from 283); Max value from RGB is 150 - color contains mainly: blue. Hex color #820396 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820396 is #7DFC69. Grayscale: #393939. Windows color (decimal): -8256618 or 9831298. OLE color: 9831298.
HSL color Cylindrical-coordinate representation of color #820396: hue angle of 291.84º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #820396 is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 130 | 3 | 150 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.41 |
| HSL | 291.84º | 0.96% | 0.3% | - |
| HSV(B) | 291.84º | 0.98% | 0.59% | - |
| XYZ | 14.74 | 7.01 | 29.43 | - |
| YUV | 57.73 | 180.08 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 3 | 150 | 0.13 | 0.98 | 0 | 0.41 | 291.84 | 0.96 | 0.3 |
| Hex | 82 | 3 | 96 | D | 62 | 0 | 29 | 124 | 60 | 1E |
| Octal | 202 | 3 | 226 | 15 | 142 | 0 | 51 | 444 | 140 | 36 |
| Binary | 10000010 | 11 | 10010110 | 1101 | 1100010 | 0 | 101001 | 100100100 | 1100000 | 11110 |
Color Harmonies of #820396
Complementary color
Monochromatic Colors of #820396
Black with #820396
Text Example
Text Example
White with #820396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820396; }
p { color: rgb(130,3,150); }
H1.HeaderClassName
{
color: #820396;
}
.AnyTagClassName
{
color: #820396;
}
</style>
background-color css
<style>
a { background-color: #820396; }
a { background-color: rgb(130,3,150); }
div.DivClassName
{
background-color: #820396;
}
.BgClassName
{
background-color: #820396;
}
</style>
border-color css
<style>
span { border-color: #820396; }
span { border-color: rgb(130,3,150); }
td.TdClassName
{
border-color: #820396;
}
.TagClassName
{
border-color: #820396;
}
</style>