Shades of Dark Magenta #8705AD
Tints of Dark Magenta #8705AD
RGB
CMYK
RGB Variations
Color information
#8705AD (or 0x8705AD) is known color: Dark Magenta. HEX triplet: 87, 05 and AD. RGB value is (135,5,173). Sum of RGB (Red+Green+Blue) = 135+5+173=313 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.13% from 313); Green value is 5 (2.34% from 255 or 1.60% from 313); Blue value is 173 (67.97% from 255 or 55.27% from 313); Max value from RGB is 173 - color contains mainly: blue. Hex color #8705AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8705AD is #78FA52. Grayscale: #3E3E3E. Windows color (decimal): -7928403 or 11339143. OLE color: 11339143.
HSL color Cylindrical-coordinate representation of color #8705AD: hue angle of 286.43º degrees, saturation: 0.94, 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 #8705AD is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 135 | 5 | 173 | - |
| CMYK | 0.22 | 0.97 | 0 | 0.32 |
| HSL | 286.43º | 0.94% | 0.35% | - |
| HSV(B) | 286.43º | 0.97% | 0.68% | - |
| XYZ | 17.59 | 8.28 | 40.21 | - |
| YUV | 63.02 | 190.07 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 5 | 173 | 0.22 | 0.97 | 0 | 0.32 | 286.43 | 0.94 | 0.35 |
| Hex | 87 | 5 | AD | 16 | 61 | 0 | 20 | 11E | 5E | 23 |
| Octal | 207 | 5 | 255 | 26 | 141 | 0 | 40 | 436 | 136 | 43 |
| Binary | 10000111 | 101 | 10101101 | 10110 | 1100001 | 0 | 100000 | 100011110 | 1011110 | 100011 |
Color Harmonies of #8705AD
Complementary color
Monochromatic Colors of #8705AD
Black with #8705AD
Text Example
Text Example
White with #8705AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8705AD; }
p { color: rgb(135,5,173); }
H1.HeaderClassName
{
color: #8705AD;
}
.AnyTagClassName
{
color: #8705AD;
}
</style>
background-color css
<style>
a { background-color: #8705AD; }
a { background-color: rgb(135,5,173); }
div.DivClassName
{
background-color: #8705AD;
}
.BgClassName
{
background-color: #8705AD;
}
</style>
border-color css
<style>
span { border-color: #8705AD; }
span { border-color: rgb(135,5,173); }
td.TdClassName
{
border-color: #8705AD;
}
.TagClassName
{
border-color: #8705AD;
}
</style>