Shades of Dark Magenta #8613AB
Tints of Dark Magenta #8613AB
RGB
CMYK
RGB Variations
Color information
#8613AB (or 0x8613AB) is known color: Dark Magenta. HEX triplet: 86, 13 and AB. RGB value is (134,19,171). Sum of RGB (Red+Green+Blue) = 134+19+171=324 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.36% from 324); Green value is 19 (7.81% from 255 or 5.86% from 324); Blue value is 171 (67.19% from 255 or 52.78% from 324); Max value from RGB is 171 - color contains mainly: blue. Hex color #8613AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8613AB is #79EC54. Grayscale: #464646. Windows color (decimal): -7990357 or 11211654. OLE color: 11211654.
HSL color Cylindrical-coordinate representation of color #8613AB: hue angle of 285.39º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8613AB is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 19 | 171 | - |
| CMYK | 0.22 | 0.89 | 0 | 0.33 |
| HSL | 285.39º | 0.8% | 0.37% | - |
| HSV(B) | 285.39º | 0.89% | 0.67% | - |
| XYZ | 17.42 | 8.47 | 39.25 | - |
| YUV | 70.71 | 184.6 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 19 | 171 | 0.22 | 0.89 | 0 | 0.33 | 285.39 | 0.8 | 0.37 |
| Hex | 86 | 13 | AB | 16 | 59 | 0 | 21 | 11D | 50 | 25 |
| Octal | 206 | 23 | 253 | 26 | 131 | 0 | 41 | 435 | 120 | 45 |
| Binary | 10000110 | 10011 | 10101011 | 10110 | 1011001 | 0 | 100001 | 100011101 | 1010000 | 100101 |
Color Harmonies of #8613AB
Complementary color
Monochromatic Colors of #8613AB
Black with #8613AB
Text Example
Text Example
White with #8613AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8613AB; }
p { color: rgb(134,19,171); }
H1.HeaderClassName
{
color: #8613AB;
}
.AnyTagClassName
{
color: #8613AB;
}
</style>
background-color css
<style>
a { background-color: #8613AB; }
a { background-color: rgb(134,19,171); }
div.DivClassName
{
background-color: #8613AB;
}
.BgClassName
{
background-color: #8613AB;
}
</style>
border-color css
<style>
span { border-color: #8613AB; }
span { border-color: rgb(134,19,171); }
td.TdClassName
{
border-color: #8613AB;
}
.TagClassName
{
border-color: #8613AB;
}
</style>