Shades of Dark Magenta #8006AD
Tints of Dark Magenta #8006AD
RGB
CMYK
RGB Variations
Color information
#8006AD (or 0x8006AD) is known color: Dark Magenta. HEX triplet: 80, 06 and AD. RGB value is (128,6,173). Sum of RGB (Red+Green+Blue) = 128+6+173=307 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.69% from 307); Green value is 6 (2.73% from 255 or 1.95% from 307); Blue value is 173 (67.97% from 255 or 56.35% from 307); Max value from RGB is 173 - color contains mainly: blue. Hex color #8006AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8006AD is #7FF952. Grayscale: #3C3C3C. Windows color (decimal): -8386899 or 11339392. OLE color: 11339392.
HSL color Cylindrical-coordinate representation of color #8006AD: hue angle of 283.83º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8006AD is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 6 | 173 | - |
| CMYK | 0.26 | 0.97 | 0 | 0.32 |
| HSL | 283.83º | 0.93% | 0.35% | - |
| HSV(B) | 283.83º | 0.97% | 0.68% | - |
| XYZ | 16.51 | 7.74 | 40.16 | - |
| YUV | 61.52 | 190.92 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 6 | 173 | 0.26 | 0.97 | 0 | 0.32 | 283.83 | 0.93 | 0.35 |
| Hex | 80 | 6 | AD | 1A | 61 | 0 | 20 | 11C | 5D | 23 |
| Octal | 200 | 6 | 255 | 32 | 141 | 0 | 40 | 434 | 135 | 43 |
| Binary | 10000000 | 110 | 10101101 | 11010 | 1100001 | 0 | 100000 | 100011100 | 1011101 | 100011 |
Color Harmonies of #8006AD
Complementary color
Monochromatic Colors of #8006AD
Black with #8006AD
Text Example
Text Example
White with #8006AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8006AD; }
p { color: rgb(128,6,173); }
H1.HeaderClassName
{
color: #8006AD;
}
.AnyTagClassName
{
color: #8006AD;
}
</style>
background-color css
<style>
a { background-color: #8006AD; }
a { background-color: rgb(128,6,173); }
div.DivClassName
{
background-color: #8006AD;
}
.BgClassName
{
background-color: #8006AD;
}
</style>
border-color css
<style>
span { border-color: #8006AD; }
span { border-color: rgb(128,6,173); }
td.TdClassName
{
border-color: #8006AD;
}
.TagClassName
{
border-color: #8006AD;
}
</style>