Shades of Dark Magenta #8200AD
Tints of Dark Magenta #8200AD
RGB
CMYK
RGB Variations
Color information
#8200AD (or 0x8200AD) is known color: Dark Magenta. HEX triplet: 82, 00 and AD. RGB value is (130,0,173). Sum of RGB (Red+Green+Blue) = 130+0+173=303 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.90% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 173 (67.97% from 255 or 57.10% from 303); Max value from RGB is 173 - color contains mainly: blue. Hex color #8200AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8200AD is #7DFF52. Grayscale: #3A3A3A. Windows color (decimal): -8257363 or 11337858. OLE color: 11337858.
HSL color Cylindrical-coordinate representation of color #8200AD: hue angle of 285.09º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8200AD is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 0 | 173 | - |
| CMYK | 0.25 | 1 | 0 | 0.32 |
| HSL | 285.09º | 1% | 0.34% | - |
| HSV(B) | 285.09º | 1% | 0.68% | - |
| XYZ | 16.75 | 7.76 | 40.15 | - |
| YUV | 58.59 | 192.57 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 0 | 173 | 0.25 | 1 | 0 | 0.32 | 285.09 | 1 | 0.34 |
| Hex | 82 | 0 | AD | 19 | 64 | 0 | 20 | 11D | 64 | 22 |
| Octal | 202 | 0 | 255 | 31 | 144 | 0 | 40 | 435 | 144 | 42 |
| Binary | 10000010 | 0 | 10101101 | 11001 | 1100100 | 0 | 100000 | 100011101 | 1100100 | 100010 |
Color Harmonies of #8200AD
Complementary color
Monochromatic Colors of #8200AD
Black with #8200AD
Text Example
Text Example
White with #8200AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8200AD; }
p { color: rgb(130,0,173); }
H1.HeaderClassName
{
color: #8200AD;
}
.AnyTagClassName
{
color: #8200AD;
}
</style>
background-color css
<style>
a { background-color: #8200AD; }
a { background-color: rgb(130,0,173); }
div.DivClassName
{
background-color: #8200AD;
}
.BgClassName
{
background-color: #8200AD;
}
</style>
border-color css
<style>
span { border-color: #8200AD; }
span { border-color: rgb(130,0,173); }
td.TdClassName
{
border-color: #8200AD;
}
.TagClassName
{
border-color: #8200AD;
}
</style>