Shades of Dark Magenta #8007AD
Tints of Dark Magenta #8007AD
RGB
CMYK
RGB Variations
Color information
#8007AD (or 0x8007AD) is known color: Dark Magenta. HEX triplet: 80, 07 and AD. RGB value is (128,7,173). Sum of RGB (Red+Green+Blue) = 128+7+173=308 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.56% from 308); Green value is 7 (3.12% from 255 or 2.27% from 308); Blue value is 173 (67.97% from 255 or 56.17% from 308); Max value from RGB is 173 - color contains mainly: blue. Hex color #8007AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8007AD is #7FF852. Grayscale: #3D3D3D. Windows color (decimal): -8386643 or 11339648. OLE color: 11339648.
HSL color Cylindrical-coordinate representation of color #8007AD: hue angle of 283.73º 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 #8007AD is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 7 | 173 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.32 |
| HSL | 283.74º | 0.92% | 0.35% | - |
| HSV(B) | 283.74º | 0.96% | 0.68% | - |
| XYZ | 16.52 | 7.76 | 40.16 | - |
| YUV | 62.1 | 190.59 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 7 | 173 | 0.26 | 0.96 | 0 | 0.32 | 283.74 | 0.92 | 0.35 |
| Hex | 80 | 7 | AD | 1A | 60 | 0 | 20 | 11C | 5C | 23 |
| Octal | 200 | 7 | 255 | 32 | 140 | 0 | 40 | 434 | 134 | 43 |
| Binary | 10000000 | 111 | 10101101 | 11010 | 1100000 | 0 | 100000 | 100011100 | 1011100 | 100011 |
Color Harmonies of #8007AD
Complementary color
Monochromatic Colors of #8007AD
Black with #8007AD
Text Example
Text Example
White with #8007AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8007AD; }
p { color: rgb(128,7,173); }
H1.HeaderClassName
{
color: #8007AD;
}
.AnyTagClassName
{
color: #8007AD;
}
</style>
background-color css
<style>
a { background-color: #8007AD; }
a { background-color: rgb(128,7,173); }
div.DivClassName
{
background-color: #8007AD;
}
.BgClassName
{
background-color: #8007AD;
}
</style>
border-color css
<style>
span { border-color: #8007AD; }
span { border-color: rgb(128,7,173); }
td.TdClassName
{
border-color: #8007AD;
}
.TagClassName
{
border-color: #8007AD;
}
</style>