Shades of Dark Magenta #8207AD
Tints of Dark Magenta #8207AD
RGB
CMYK
RGB Variations
Color information
#8207AD (or 0x8207AD) is known color: Dark Magenta. HEX triplet: 82, 07 and AD. RGB value is (130,7,173). Sum of RGB (Red+Green+Blue) = 130+7+173=310 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.94% from 310); Green value is 7 (3.12% from 255 or 2.26% from 310); Blue value is 173 (67.97% from 255 or 55.81% from 310); Max value from RGB is 173 - color contains mainly: blue. Hex color #8207AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8207AD is #7DF852. Grayscale: #3E3E3E. Windows color (decimal): -8255571 or 11339650. OLE color: 11339650.
HSL color Cylindrical-coordinate representation of color #8207AD: hue angle of 284.46º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8207AD is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 7 | 173 | - |
| CMYK | 0.25 | 0.96 | 0 | 0.32 |
| HSL | 284.46º | 0.92% | 0.35% | - |
| HSV(B) | 284.46º | 0.96% | 0.68% | - |
| XYZ | 16.82 | 7.91 | 40.18 | - |
| YUV | 62.7 | 190.25 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 7 | 173 | 0.25 | 0.96 | 0 | 0.32 | 284.46 | 0.92 | 0.35 |
| Hex | 82 | 7 | AD | 19 | 60 | 0 | 20 | 11C | 5C | 23 |
| Octal | 202 | 7 | 255 | 31 | 140 | 0 | 40 | 434 | 134 | 43 |
| Binary | 10000010 | 111 | 10101101 | 11001 | 1100000 | 0 | 100000 | 100011100 | 1011100 | 100011 |
Color Harmonies of #8207AD
Complementary color
Monochromatic Colors of #8207AD
Black with #8207AD
Text Example
Text Example
White with #8207AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8207AD; }
p { color: rgb(130,7,173); }
H1.HeaderClassName
{
color: #8207AD;
}
.AnyTagClassName
{
color: #8207AD;
}
</style>
background-color css
<style>
a { background-color: #8207AD; }
a { background-color: rgb(130,7,173); }
div.DivClassName
{
background-color: #8207AD;
}
.BgClassName
{
background-color: #8207AD;
}
</style>
border-color css
<style>
span { border-color: #8207AD; }
span { border-color: rgb(130,7,173); }
td.TdClassName
{
border-color: #8207AD;
}
.TagClassName
{
border-color: #8207AD;
}
</style>