Shades of Dark Magenta #8700AB
Tints of Dark Magenta #8700AB
RGB
CMYK
RGB Variations
Color information
#8700AB (or 0x8700AB) is known color: Dark Magenta. HEX triplet: 87, 00 and AB. RGB value is (135,0,171). Sum of RGB (Red+Green+Blue) = 135+0+171=306 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.12% from 306); Green value is 0 (0.39% from 255 or 0% from 306); Blue value is 171 (67.19% from 255 or 55.88% from 306); Max value from RGB is 171 - color contains mainly: blue. Hex color #8700AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8700AB is #78FF54. Grayscale: #3B3B3B. Windows color (decimal): -7929685 or 11206791. OLE color: 11206791.
HSL color Cylindrical-coordinate representation of color #8700AB: hue angle of 287.37º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8700AB is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 135 | 0 | 171 | - |
| CMYK | 0.21 | 1 | 0 | 0.33 |
| HSL | 287.37º | 1% | 0.34% | - |
| HSV(B) | 287.37º | 1% | 0.67% | - |
| XYZ | 17.34 | 8.09 | 39.18 | - |
| YUV | 59.86 | 190.73 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 0 | 171 | 0.21 | 1 | 0 | 0.33 | 287.37 | 1 | 0.34 |
| Hex | 87 | 0 | AB | 15 | 64 | 0 | 21 | 11F | 64 | 22 |
| Octal | 207 | 0 | 253 | 25 | 144 | 0 | 41 | 437 | 144 | 42 |
| Binary | 10000111 | 0 | 10101011 | 10101 | 1100100 | 0 | 100001 | 100011111 | 1100100 | 100010 |
Color Harmonies of #8700AB
Complementary color
Monochromatic Colors of #8700AB
Black with #8700AB
Text Example
Text Example
White with #8700AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8700AB; }
p { color: rgb(135,0,171); }
H1.HeaderClassName
{
color: #8700AB;
}
.AnyTagClassName
{
color: #8700AB;
}
</style>
background-color css
<style>
a { background-color: #8700AB; }
a { background-color: rgb(135,0,171); }
div.DivClassName
{
background-color: #8700AB;
}
.BgClassName
{
background-color: #8700AB;
}
</style>
border-color css
<style>
span { border-color: #8700AB; }
span { border-color: rgb(135,0,171); }
td.TdClassName
{
border-color: #8700AB;
}
.TagClassName
{
border-color: #8700AB;
}
</style>