Shades of Dark Magenta #8201A3
Tints of Dark Magenta #8201A3
RGB
CMYK
RGB Variations
Color information
#8201A3 (or 0x8201A3) is known color: Dark Magenta. HEX triplet: 82, 01 and A3. RGB value is (130,1,163). Sum of RGB (Red+Green+Blue) = 130+1+163=294 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.22% from 294); Green value is 1 (0.78% from 255 or 0.34% from 294); Blue value is 163 (64.06% from 255 or 55.44% from 294); Max value from RGB is 163 - color contains mainly: blue. Hex color #8201A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8201A3 is #7DFE5C. Grayscale: #393939. Windows color (decimal): -8257117 or 10682754. OLE color: 10682754.
HSL color Cylindrical-coordinate representation of color #8201A3: hue angle of 287.78º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8201A3 is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 130 | 1 | 163 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.36 |
| HSL | 287.78º | 0.99% | 0.32% | - |
| HSV(B) | 287.78º | 0.99% | 0.64% | - |
| XYZ | 15.83 | 7.41 | 35.25 | - |
| YUV | 58.04 | 187.24 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 1 | 163 | 0.20 | 0.99 | 0 | 0.36 | 287.78 | 0.99 | 0.32 |
| Hex | 82 | 1 | A3 | 14 | 63 | 0 | 24 | 120 | 63 | 20 |
| Octal | 202 | 1 | 243 | 24 | 143 | 0 | 44 | 440 | 143 | 40 |
| Binary | 10000010 | 1 | 10100011 | 10100 | 1100011 | 0 | 100100 | 100100000 | 1100011 | 100000 |
Color Harmonies of #8201A3
Complementary color
Monochromatic Colors of #8201A3
Black with #8201A3
Text Example
Text Example
White with #8201A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8201A3; }
p { color: rgb(130,1,163); }
H1.HeaderClassName
{
color: #8201A3;
}
.AnyTagClassName
{
color: #8201A3;
}
</style>
background-color css
<style>
a { background-color: #8201A3; }
a { background-color: rgb(130,1,163); }
div.DivClassName
{
background-color: #8201A3;
}
.BgClassName
{
background-color: #8201A3;
}
</style>
border-color css
<style>
span { border-color: #8201A3; }
span { border-color: rgb(130,1,163); }
td.TdClassName
{
border-color: #8201A3;
}
.TagClassName
{
border-color: #8201A3;
}
</style>