Shades of Dark Magenta #8711AA
Tints of Dark Magenta #8711AA
RGB
CMYK
RGB Variations
Color information
#8711AA (or 0x8711AA) is known color: Dark Magenta. HEX triplet: 87, 11 and AA. RGB value is (135,17,170). Sum of RGB (Red+Green+Blue) = 135+17+170=322 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.93% from 322); Green value is 17 (7.03% from 255 or 5.28% from 322); Blue value is 170 (66.80% from 255 or 52.80% from 322); Max value from RGB is 170 - color contains mainly: blue. Hex color #8711AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8711AA is #78EE55. Grayscale: #454545. Windows color (decimal): -7925334 or 11145607. OLE color: 11145607.
HSL color Cylindrical-coordinate representation of color #8711AA: hue angle of 286.27º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8711AA is Cyan = 0.21, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 135 | 17 | 170 | - |
| CMYK | 0.21 | 0.9 | 0 | 0.33 |
| HSL | 286.27º | 0.82% | 0.37% | - |
| HSV(B) | 286.27º | 0.9% | 0.67% | - |
| XYZ | 17.45 | 8.45 | 38.74 | - |
| YUV | 69.72 | 184.59 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 17 | 170 | 0.21 | 0.9 | 0 | 0.33 | 286.27 | 0.82 | 0.37 |
| Hex | 87 | 11 | AA | 15 | 5A | 0 | 21 | 11E | 52 | 25 |
| Octal | 207 | 21 | 252 | 25 | 132 | 0 | 41 | 436 | 122 | 45 |
| Binary | 10000111 | 10001 | 10101010 | 10101 | 1011010 | 0 | 100001 | 100011110 | 1010010 | 100101 |
Color Harmonies of #8711AA
Complementary color
Monochromatic Colors of #8711AA
Black with #8711AA
Text Example
Text Example
White with #8711AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8711AA; }
p { color: rgb(135,17,170); }
H1.HeaderClassName
{
color: #8711AA;
}
.AnyTagClassName
{
color: #8711AA;
}
</style>
background-color css
<style>
a { background-color: #8711AA; }
a { background-color: rgb(135,17,170); }
div.DivClassName
{
background-color: #8711AA;
}
.BgClassName
{
background-color: #8711AA;
}
</style>
border-color css
<style>
span { border-color: #8711AA; }
span { border-color: rgb(135,17,170); }
td.TdClassName
{
border-color: #8711AA;
}
.TagClassName
{
border-color: #8711AA;
}
</style>