Shades of Dark Magenta #8202AD
Tints of Dark Magenta #8202AD
RGB
CMYK
RGB Variations
Color information
#8202AD (or 0x8202AD) is known color: Dark Magenta. HEX triplet: 82, 02 and AD. RGB value is (130,2,173). Sum of RGB (Red+Green+Blue) = 130+2+173=305 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.62% from 305); Green value is 2 (1.17% from 255 or 0.66% from 305); Blue value is 173 (67.97% from 255 or 56.72% from 305); Max value from RGB is 173 - color contains mainly: blue. Hex color #8202AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8202AD is #7DFD52. Grayscale: #3B3B3B. Windows color (decimal): -8256851 or 11338370. OLE color: 11338370.
HSL color Cylindrical-coordinate representation of color #8202AD: hue angle of 284.91º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8202AD is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 2 | 173 | - |
| CMYK | 0.25 | 0.99 | 0 | 0.32 |
| HSL | 284.91º | 0.98% | 0.34% | - |
| HSV(B) | 284.91º | 0.99% | 0.68% | - |
| XYZ | 16.77 | 7.81 | 40.16 | - |
| YUV | 59.77 | 191.91 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 2 | 173 | 0.25 | 0.99 | 0 | 0.32 | 284.91 | 0.98 | 0.34 |
| Hex | 82 | 2 | AD | 19 | 63 | 0 | 20 | 11D | 62 | 22 |
| Octal | 202 | 2 | 255 | 31 | 143 | 0 | 40 | 435 | 142 | 42 |
| Binary | 10000010 | 10 | 10101101 | 11001 | 1100011 | 0 | 100000 | 100011101 | 1100010 | 100010 |
Color Harmonies of #8202AD
Complementary color
Monochromatic Colors of #8202AD
Black with #8202AD
Text Example
Text Example
White with #8202AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8202AD; }
p { color: rgb(130,2,173); }
H1.HeaderClassName
{
color: #8202AD;
}
.AnyTagClassName
{
color: #8202AD;
}
</style>
background-color css
<style>
a { background-color: #8202AD; }
a { background-color: rgb(130,2,173); }
div.DivClassName
{
background-color: #8202AD;
}
.BgClassName
{
background-color: #8202AD;
}
</style>
border-color css
<style>
span { border-color: #8202AD; }
span { border-color: rgb(130,2,173); }
td.TdClassName
{
border-color: #8202AD;
}
.TagClassName
{
border-color: #8202AD;
}
</style>