Shades of Dark Magenta #820AA9
Tints of Dark Magenta #820AA9
RGB
CMYK
RGB Variations
Color information
#820AA9 (or 0x820AA9) is known color: Dark Magenta. HEX triplet: 82, 0A and A9. RGB value is (130,10,169). Sum of RGB (Red+Green+Blue) = 130+10+169=309 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.07% from 309); Green value is 10 (4.30% from 255 or 3.24% from 309); Blue value is 169 (66.41% from 255 or 54.69% from 309); Max value from RGB is 169 - color contains mainly: blue. Hex color #820AA9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820AA9 is #7DF556. Grayscale: #3F3F3F. Windows color (decimal): -8254807 or 11078274. OLE color: 11078274.
HSL color Cylindrical-coordinate representation of color #820AA9: hue angle of 285.28º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #820AA9 is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 130 | 10 | 169 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.34 |
| HSL | 285.28º | 0.89% | 0.35% | - |
| HSV(B) | 285.28º | 0.94% | 0.66% | - |
| XYZ | 16.48 | 7.83 | 38.18 | - |
| YUV | 64.01 | 187.26 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 10 | 169 | 0.23 | 0.94 | 0 | 0.34 | 285.28 | 0.89 | 0.35 |
| Hex | 82 | A | A9 | 17 | 5E | 0 | 22 | 11D | 59 | 23 |
| Octal | 202 | 12 | 251 | 27 | 136 | 0 | 42 | 435 | 131 | 43 |
| Binary | 10000010 | 1010 | 10101001 | 10111 | 1011110 | 0 | 100010 | 100011101 | 1011001 | 100011 |
Color Harmonies of #820AA9
Complementary color
Monochromatic Colors of #820AA9
Black with #820AA9
Text Example
Text Example
White with #820AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820AA9; }
p { color: rgb(130,10,169); }
H1.HeaderClassName
{
color: #820AA9;
}
.AnyTagClassName
{
color: #820AA9;
}
</style>
background-color css
<style>
a { background-color: #820AA9; }
a { background-color: rgb(130,10,169); }
div.DivClassName
{
background-color: #820AA9;
}
.BgClassName
{
background-color: #820AA9;
}
</style>
border-color css
<style>
span { border-color: #820AA9; }
span { border-color: rgb(130,10,169); }
td.TdClassName
{
border-color: #820AA9;
}
.TagClassName
{
border-color: #820AA9;
}
</style>