Shades of Dark Magenta #8700AD
Tints of Dark Magenta #8700AD
RGB
CMYK
RGB Variations
Color information
#8700AD (or 0x8700AD) is known color: Dark Magenta. HEX triplet: 87, 00 and AD. RGB value is (135,0,173). Sum of RGB (Red+Green+Blue) = 135+0+173=308 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.83% from 308); Green value is 0 (0.39% from 255 or 0% 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 #8700AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8700AD is #78FF52. Grayscale: #3B3B3B. Windows color (decimal): -7929683 or 11337863. OLE color: 11337863.
HSL color Cylindrical-coordinate representation of color #8700AD: hue angle of 286.82º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8700AD is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 135 | 0 | 173 | - |
| CMYK | 0.22 | 1 | 0 | 0.32 |
| HSL | 286.82º | 1% | 0.34% | - |
| HSV(B) | 286.82º | 1% | 0.68% | - |
| XYZ | 17.53 | 8.17 | 40.19 | - |
| YUV | 60.09 | 191.73 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 0 | 173 | 0.22 | 1 | 0 | 0.32 | 286.82 | 1 | 0.34 |
| Hex | 87 | 0 | AD | 16 | 64 | 0 | 20 | 11F | 64 | 22 |
| Octal | 207 | 0 | 255 | 26 | 144 | 0 | 40 | 437 | 144 | 42 |
| Binary | 10000111 | 0 | 10101101 | 10110 | 1100100 | 0 | 100000 | 100011111 | 1100100 | 100010 |
Color Harmonies of #8700AD
Complementary color
Monochromatic Colors of #8700AD
Black with #8700AD
Text Example
Text Example
White with #8700AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8700AD; }
p { color: rgb(135,0,173); }
H1.HeaderClassName
{
color: #8700AD;
}
.AnyTagClassName
{
color: #8700AD;
}
</style>
background-color css
<style>
a { background-color: #8700AD; }
a { background-color: rgb(135,0,173); }
div.DivClassName
{
background-color: #8700AD;
}
.BgClassName
{
background-color: #8700AD;
}
</style>
border-color css
<style>
span { border-color: #8700AD; }
span { border-color: rgb(135,0,173); }
td.TdClassName
{
border-color: #8700AD;
}
.TagClassName
{
border-color: #8700AD;
}
</style>