Shades of Dark Magenta #8713AD
Tints of Dark Magenta #8713AD
RGB
CMYK
RGB Variations
Color information
#8713AD (or 0x8713AD) is known color: Dark Magenta. HEX triplet: 87, 13 and AD. RGB value is (135,19,173). Sum of RGB (Red+Green+Blue) = 135+19+173=327 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.28% from 327); Green value is 19 (7.81% from 255 or 5.81% from 327); Blue value is 173 (67.97% from 255 or 52.91% from 327); Max value from RGB is 173 - color contains mainly: blue. Hex color #8713AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8713AD is #78EC52. Grayscale: #464646. Windows color (decimal): -7924819 or 11342727. OLE color: 11342727.
HSL color Cylindrical-coordinate representation of color #8713AD: hue angle of 285.19º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8713AD is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 135 | 19 | 173 | - |
| CMYK | 0.22 | 0.89 | 0 | 0.32 |
| HSL | 285.19º | 0.8% | 0.38% | - |
| HSV(B) | 285.19º | 0.89% | 0.68% | - |
| XYZ | 17.77 | 8.63 | 40.27 | - |
| YUV | 71.24 | 185.43 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 19 | 173 | 0.22 | 0.89 | 0 | 0.32 | 285.19 | 0.8 | 0.38 |
| Hex | 87 | 13 | AD | 16 | 59 | 0 | 20 | 11D | 50 | 26 |
| Octal | 207 | 23 | 255 | 26 | 131 | 0 | 40 | 435 | 120 | 46 |
| Binary | 10000111 | 10011 | 10101101 | 10110 | 1011001 | 0 | 100000 | 100011101 | 1010000 | 100110 |
Color Harmonies of #8713AD
Complementary color
Monochromatic Colors of #8713AD
Black with #8713AD
Text Example
Text Example
White with #8713AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8713AD; }
p { color: rgb(135,19,173); }
H1.HeaderClassName
{
color: #8713AD;
}
.AnyTagClassName
{
color: #8713AD;
}
</style>
background-color css
<style>
a { background-color: #8713AD; }
a { background-color: rgb(135,19,173); }
div.DivClassName
{
background-color: #8713AD;
}
.BgClassName
{
background-color: #8713AD;
}
</style>
border-color css
<style>
span { border-color: #8713AD; }
span { border-color: rgb(135,19,173); }
td.TdClassName
{
border-color: #8713AD;
}
.TagClassName
{
border-color: #8713AD;
}
</style>