Shades of Dark Magenta #8201A0
Tints of Dark Magenta #8201A0
RGB
CMYK
RGB Variations
Color information
#8201A0 (or 0x8201A0) is known color: Dark Magenta. HEX triplet: 82, 01 and A0. RGB value is (130,1,160). Sum of RGB (Red+Green+Blue) = 130+1+160=291 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.67% from 291); Green value is 1 (0.78% from 255 or 0.34% from 291); Blue value is 160 (62.89% from 255 or 54.98% from 291); Max value from RGB is 160 - color contains mainly: blue. Hex color #8201A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8201A0 is #7DFE5F. Grayscale: #393939. Windows color (decimal): -8257120 or 10486146. OLE color: 10486146.
HSL color Cylindrical-coordinate representation of color #8201A0: hue angle of 288.68º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8201A0 is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 130 | 1 | 160 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.37 |
| HSL | 288.68º | 0.99% | 0.32% | - |
| HSV(B) | 288.68º | 0.99% | 0.63% | - |
| XYZ | 15.56 | 7.31 | 33.85 | - |
| YUV | 57.7 | 185.74 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 1 | 160 | 0.19 | 0.99 | 0 | 0.37 | 288.68 | 0.99 | 0.32 |
| Hex | 82 | 1 | A0 | 13 | 63 | 0 | 25 | 121 | 63 | 20 |
| Octal | 202 | 1 | 240 | 23 | 143 | 0 | 45 | 441 | 143 | 40 |
| Binary | 10000010 | 1 | 10100000 | 10011 | 1100011 | 0 | 100101 | 100100001 | 1100011 | 100000 |
Color Harmonies of #8201A0
Complementary color
Monochromatic Colors of #8201A0
Black with #8201A0
Text Example
Text Example
White with #8201A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8201A0; }
p { color: rgb(130,1,160); }
H1.HeaderClassName
{
color: #8201A0;
}
.AnyTagClassName
{
color: #8201A0;
}
</style>
background-color css
<style>
a { background-color: #8201A0; }
a { background-color: rgb(130,1,160); }
div.DivClassName
{
background-color: #8201A0;
}
.BgClassName
{
background-color: #8201A0;
}
</style>
border-color css
<style>
span { border-color: #8201A0; }
span { border-color: rgb(130,1,160); }
td.TdClassName
{
border-color: #8201A0;
}
.TagClassName
{
border-color: #8201A0;
}
</style>