Shades of Dark Magenta #8707AD
Tints of Dark Magenta #8707AD
RGB
CMYK
RGB Variations
Color information
#8707AD (or 0x8707AD) is known color: Dark Magenta. HEX triplet: 87, 07 and AD. RGB value is (135,7,173). Sum of RGB (Red+Green+Blue) = 135+7+173=315 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.86% from 315); Green value is 7 (3.12% from 255 or 2.22% from 315); Blue value is 173 (67.97% from 255 or 54.92% from 315); Max value from RGB is 173 - color contains mainly: blue. Hex color #8707AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8707AD is #78F852. Grayscale: #3F3F3F. Windows color (decimal): -7927891 or 11339655. OLE color: 11339655.
HSL color Cylindrical-coordinate representation of color #8707AD: hue angle of 286.27º 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 #8707AD is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 135 | 7 | 173 | - |
| CMYK | 0.22 | 0.96 | 0 | 0.32 |
| HSL | 286.27º | 0.92% | 0.35% | - |
| HSV(B) | 286.27º | 0.96% | 0.68% | - |
| XYZ | 17.61 | 8.32 | 40.21 | - |
| YUV | 64.2 | 189.41 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 7 | 173 | 0.22 | 0.96 | 0 | 0.32 | 286.27 | 0.92 | 0.35 |
| Hex | 87 | 7 | AD | 16 | 60 | 0 | 20 | 11E | 5C | 23 |
| Octal | 207 | 7 | 255 | 26 | 140 | 0 | 40 | 436 | 134 | 43 |
| Binary | 10000111 | 111 | 10101101 | 10110 | 1100000 | 0 | 100000 | 100011110 | 1011100 | 100011 |
Color Harmonies of #8707AD
Complementary color
Monochromatic Colors of #8707AD
Black with #8707AD
Text Example
Text Example
White with #8707AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8707AD; }
p { color: rgb(135,7,173); }
H1.HeaderClassName
{
color: #8707AD;
}
.AnyTagClassName
{
color: #8707AD;
}
</style>
background-color css
<style>
a { background-color: #8707AD; }
a { background-color: rgb(135,7,173); }
div.DivClassName
{
background-color: #8707AD;
}
.BgClassName
{
background-color: #8707AD;
}
</style>
border-color css
<style>
span { border-color: #8707AD; }
span { border-color: rgb(135,7,173); }
td.TdClassName
{
border-color: #8707AD;
}
.TagClassName
{
border-color: #8707AD;
}
</style>