Shades of Dark Magenta #820BAD
Tints of Dark Magenta #820BAD
RGB
CMYK
RGB Variations
Color information
#820BAD (or 0x820BAD) is known color: Dark Magenta. HEX triplet: 82, 0B and AD. RGB value is (130,11,173). Sum of RGB (Red+Green+Blue) = 130+11+173=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 11 (4.69% from 255 or 3.50% from 314); Blue value is 173 (67.97% from 255 or 55.10% from 314); Max value from RGB is 173 - color contains mainly: blue. Hex color #820BAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820BAD is #7DF452. Grayscale: #404040. Windows color (decimal): -8254547 or 11340674. OLE color: 11340674.
HSL color Cylindrical-coordinate representation of color #820BAD: hue angle of 284.07º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #820BAD is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 11 | 173 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.32 |
| HSL | 284.07º | 0.88% | 0.36% | - |
| HSV(B) | 284.07º | 0.94% | 0.68% | - |
| XYZ | 16.87 | 8 | 40.19 | - |
| YUV | 65.05 | 188.92 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 11 | 173 | 0.25 | 0.94 | 0 | 0.32 | 284.07 | 0.88 | 0.36 |
| Hex | 82 | B | AD | 19 | 5E | 0 | 20 | 11C | 58 | 24 |
| Octal | 202 | 13 | 255 | 31 | 136 | 0 | 40 | 434 | 130 | 44 |
| Binary | 10000010 | 1011 | 10101101 | 11001 | 1011110 | 0 | 100000 | 100011100 | 1011000 | 100100 |
Color Harmonies of #820BAD
Complementary color
Monochromatic Colors of #820BAD
Black with #820BAD
Text Example
Text Example
White with #820BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820BAD; }
p { color: rgb(130,11,173); }
H1.HeaderClassName
{
color: #820BAD;
}
.AnyTagClassName
{
color: #820BAD;
}
</style>
background-color css
<style>
a { background-color: #820BAD; }
a { background-color: rgb(130,11,173); }
div.DivClassName
{
background-color: #820BAD;
}
.BgClassName
{
background-color: #820BAD;
}
</style>
border-color css
<style>
span { border-color: #820BAD; }
span { border-color: rgb(130,11,173); }
td.TdClassName
{
border-color: #820BAD;
}
.TagClassName
{
border-color: #820BAD;
}
</style>