Shades of Dark Magenta #820AAD
Tints of Dark Magenta #820AAD
RGB
CMYK
RGB Variations
Color information
#820AAD (or 0x820AAD) is known color: Dark Magenta. HEX triplet: 82, 0A and AD. RGB value is (130,10,173). Sum of RGB (Red+Green+Blue) = 130+10+173=313 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.53% from 313); Green value is 10 (4.30% from 255 or 3.19% from 313); Blue value is 173 (67.97% from 255 or 55.27% from 313); Max value from RGB is 173 - color contains mainly: blue. Hex color #820AAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820AAD is #7DF552. Grayscale: #3F3F3F. Windows color (decimal): -8254803 or 11340418. OLE color: 11340418.
HSL color Cylindrical-coordinate representation of color #820AAD: hue angle of 284.17º degrees, saturation: 0.89, 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 #820AAD is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 10 | 173 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.32 |
| HSL | 284.17º | 0.89% | 0.36% | - |
| HSV(B) | 284.17º | 0.94% | 0.68% | - |
| XYZ | 16.86 | 7.98 | 40.19 | - |
| YUV | 64.46 | 189.26 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 10 | 173 | 0.25 | 0.94 | 0 | 0.32 | 284.17 | 0.89 | 0.36 |
| Hex | 82 | A | AD | 19 | 5E | 0 | 20 | 11C | 59 | 24 |
| Octal | 202 | 12 | 255 | 31 | 136 | 0 | 40 | 434 | 131 | 44 |
| Binary | 10000010 | 1010 | 10101101 | 11001 | 1011110 | 0 | 100000 | 100011100 | 1011001 | 100100 |
Color Harmonies of #820AAD
Complementary color
Monochromatic Colors of #820AAD
Black with #820AAD
Text Example
Text Example
White with #820AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820AAD; }
p { color: rgb(130,10,173); }
H1.HeaderClassName
{
color: #820AAD;
}
.AnyTagClassName
{
color: #820AAD;
}
</style>
background-color css
<style>
a { background-color: #820AAD; }
a { background-color: rgb(130,10,173); }
div.DivClassName
{
background-color: #820AAD;
}
.BgClassName
{
background-color: #820AAD;
}
</style>
border-color css
<style>
span { border-color: #820AAD; }
span { border-color: rgb(130,10,173); }
td.TdClassName
{
border-color: #820AAD;
}
.TagClassName
{
border-color: #820AAD;
}
</style>