Shades of Dark Magenta #8702AD
Tints of Dark Magenta #8702AD
RGB
CMYK
RGB Variations
Color information
#8702AD (or 0x8702AD) is known color: Dark Magenta. HEX triplet: 87, 02 and AD. RGB value is (135,2,173). Sum of RGB (Red+Green+Blue) = 135+2+173=310 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.55% from 310); Green value is 2 (1.17% from 255 or 0.65% 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 #8702AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8702AD is #78FD52. Grayscale: #3C3C3C. Windows color (decimal): -7929171 or 11338375. OLE color: 11338375.
HSL color Cylindrical-coordinate representation of color #8702AD: hue angle of 286.67º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8702AD is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 135 | 2 | 173 | - |
| CMYK | 0.22 | 0.99 | 0 | 0.32 |
| HSL | 286.67º | 0.98% | 0.34% | - |
| HSV(B) | 286.67º | 0.99% | 0.68% | - |
| XYZ | 17.56 | 8.21 | 40.19 | - |
| YUV | 61.26 | 191.06 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 2 | 173 | 0.22 | 0.99 | 0 | 0.32 | 286.67 | 0.98 | 0.34 |
| Hex | 87 | 2 | AD | 16 | 63 | 0 | 20 | 11F | 62 | 22 |
| Octal | 207 | 2 | 255 | 26 | 143 | 0 | 40 | 437 | 142 | 42 |
| Binary | 10000111 | 10 | 10101101 | 10110 | 1100011 | 0 | 100000 | 100011111 | 1100010 | 100010 |
Color Harmonies of #8702AD
Complementary color
Monochromatic Colors of #8702AD
Black with #8702AD
Text Example
Text Example
White with #8702AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8702AD; }
p { color: rgb(135,2,173); }
H1.HeaderClassName
{
color: #8702AD;
}
.AnyTagClassName
{
color: #8702AD;
}
</style>
background-color css
<style>
a { background-color: #8702AD; }
a { background-color: rgb(135,2,173); }
div.DivClassName
{
background-color: #8702AD;
}
.BgClassName
{
background-color: #8702AD;
}
</style>
border-color css
<style>
span { border-color: #8702AD; }
span { border-color: rgb(135,2,173); }
td.TdClassName
{
border-color: #8702AD;
}
.TagClassName
{
border-color: #8702AD;
}
</style>