Shades of Dark Magenta #8705AA
Tints of Dark Magenta #8705AA
RGB
CMYK
RGB Variations
Color information
#8705AA (or 0x8705AA) is known color: Dark Magenta. HEX triplet: 87, 05 and AA. RGB value is (135,5,170). Sum of RGB (Red+Green+Blue) = 135+5+170=310 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.55% from 310); Green value is 5 (2.34% from 255 or 1.61% from 310); Blue value is 170 (66.80% from 255 or 54.84% from 310); Max value from RGB is 170 - color contains mainly: blue. Hex color #8705AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8705AA is #78FA55. Grayscale: #3E3E3E. Windows color (decimal): -7928406 or 11142535. OLE color: 11142535.
HSL color Cylindrical-coordinate representation of color #8705AA: hue angle of 287.27º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8705AA is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 135 | 5 | 170 | - |
| CMYK | 0.21 | 0.97 | 0 | 0.33 |
| HSL | 287.27º | 0.94% | 0.34% | - |
| HSV(B) | 287.27º | 0.97% | 0.67% | - |
| XYZ | 17.3 | 8.16 | 38.69 | - |
| YUV | 62.68 | 188.57 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 5 | 170 | 0.21 | 0.97 | 0 | 0.33 | 287.27 | 0.94 | 0.34 |
| Hex | 87 | 5 | AA | 15 | 61 | 0 | 21 | 11F | 5E | 22 |
| Octal | 207 | 5 | 252 | 25 | 141 | 0 | 41 | 437 | 136 | 42 |
| Binary | 10000111 | 101 | 10101010 | 10101 | 1100001 | 0 | 100001 | 100011111 | 1011110 | 100010 |
Color Harmonies of #8705AA
Complementary color
Monochromatic Colors of #8705AA
Black with #8705AA
Text Example
Text Example
White with #8705AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8705AA; }
p { color: rgb(135,5,170); }
H1.HeaderClassName
{
color: #8705AA;
}
.AnyTagClassName
{
color: #8705AA;
}
</style>
background-color css
<style>
a { background-color: #8705AA; }
a { background-color: rgb(135,5,170); }
div.DivClassName
{
background-color: #8705AA;
}
.BgClassName
{
background-color: #8705AA;
}
</style>
border-color css
<style>
span { border-color: #8705AA; }
span { border-color: rgb(135,5,170); }
td.TdClassName
{
border-color: #8705AA;
}
.TagClassName
{
border-color: #8705AA;
}
</style>