Shades of Dark Magenta #8613AD
Tints of Dark Magenta #8613AD
RGB
CMYK
RGB Variations
Color information
#8613AD (or 0x8613AD) is known color: Dark Magenta. HEX triplet: 86, 13 and AD. RGB value is (134,19,173). Sum of RGB (Red+Green+Blue) = 134+19+173=326 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.10% from 326); Green value is 19 (7.81% from 255 or 5.83% from 326); Blue value is 173 (67.97% from 255 or 53.07% from 326); Max value from RGB is 173 - color contains mainly: blue. Hex color #8613AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8613AD is #79EC52. Grayscale: #464646. Windows color (decimal): -7990355 or 11342726. OLE color: 11342726.
HSL color Cylindrical-coordinate representation of color #8613AD: hue angle of 284.81º 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 #8613AD is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 134 | 19 | 173 | - |
| CMYK | 0.23 | 0.89 | 0 | 0.32 |
| HSL | 284.81º | 0.8% | 0.38% | - |
| HSV(B) | 284.81º | 0.89% | 0.68% | - |
| XYZ | 17.61 | 8.55 | 40.26 | - |
| YUV | 70.94 | 185.6 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 19 | 173 | 0.23 | 0.89 | 0 | 0.32 | 284.81 | 0.8 | 0.38 |
| Hex | 86 | 13 | AD | 17 | 59 | 0 | 20 | 11D | 50 | 26 |
| Octal | 206 | 23 | 255 | 27 | 131 | 0 | 40 | 435 | 120 | 46 |
| Binary | 10000110 | 10011 | 10101101 | 10111 | 1011001 | 0 | 100000 | 100011101 | 1010000 | 100110 |
Color Harmonies of #8613AD
Complementary color
Monochromatic Colors of #8613AD
Black with #8613AD
Text Example
Text Example
White with #8613AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8613AD; }
p { color: rgb(134,19,173); }
H1.HeaderClassName
{
color: #8613AD;
}
.AnyTagClassName
{
color: #8613AD;
}
</style>
background-color css
<style>
a { background-color: #8613AD; }
a { background-color: rgb(134,19,173); }
div.DivClassName
{
background-color: #8613AD;
}
.BgClassName
{
background-color: #8613AD;
}
</style>
border-color css
<style>
span { border-color: #8613AD; }
span { border-color: rgb(134,19,173); }
td.TdClassName
{
border-color: #8613AD;
}
.TagClassName
{
border-color: #8613AD;
}
</style>