Shades of Dark Magenta #820B96
Tints of Dark Magenta #820B96
RGB
CMYK
RGB Variations
Color information
#820B96 (or 0x820B96) is known color: Dark Magenta. HEX triplet: 82, 0B and 96. RGB value is (130,11,150). Sum of RGB (Red+Green+Blue) = 130+11+150=291 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.67% from 291); Green value is 11 (4.69% from 255 or 3.78% from 291); Blue value is 150 (58.98% from 255 or 51.55% from 291); Max value from RGB is 150 - color contains mainly: blue. Hex color #820B96 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820B96 is #7DF469. Grayscale: #3D3D3D. Windows color (decimal): -8254570 or 9833346. OLE color: 9833346.
HSL color Cylindrical-coordinate representation of color #820B96: hue angle of 291.37º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #820B96 is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 130 | 11 | 150 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.41 |
| HSL | 291.37º | 0.86% | 0.32% | - |
| HSV(B) | 291.37º | 0.93% | 0.59% | - |
| XYZ | 14.83 | 7.19 | 29.46 | - |
| YUV | 62.43 | 177.42 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 11 | 150 | 0.13 | 0.93 | 0 | 0.41 | 291.37 | 0.86 | 0.32 |
| Hex | 82 | B | 96 | D | 5D | 0 | 29 | 123 | 56 | 20 |
| Octal | 202 | 13 | 226 | 15 | 135 | 0 | 51 | 443 | 126 | 40 |
| Binary | 10000010 | 1011 | 10010110 | 1101 | 1011101 | 0 | 101001 | 100100011 | 1010110 | 100000 |
Color Harmonies of #820B96
Complementary color
Monochromatic Colors of #820B96
Black with #820B96
Text Example
Text Example
White with #820B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820B96; }
p { color: rgb(130,11,150); }
H1.HeaderClassName
{
color: #820B96;
}
.AnyTagClassName
{
color: #820B96;
}
</style>
background-color css
<style>
a { background-color: #820B96; }
a { background-color: rgb(130,11,150); }
div.DivClassName
{
background-color: #820B96;
}
.BgClassName
{
background-color: #820B96;
}
</style>
border-color css
<style>
span { border-color: #820B96; }
span { border-color: rgb(130,11,150); }
td.TdClassName
{
border-color: #820B96;
}
.TagClassName
{
border-color: #820B96;
}
</style>