Shades of Dark Magenta #8610AB
Tints of Dark Magenta #8610AB
RGB
CMYK
RGB Variations
Color information
#8610AB (or 0x8610AB) is known color: Dark Magenta. HEX triplet: 86, 10 and AB. RGB value is (134,16,171). Sum of RGB (Red+Green+Blue) = 134+16+171=321 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.74% from 321); Green value is 16 (6.64% from 255 or 4.98% from 321); Blue value is 171 (67.19% from 255 or 53.27% from 321); Max value from RGB is 171 - color contains mainly: blue. Hex color #8610AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8610AB is #79EF54. Grayscale: #444444. Windows color (decimal): -7991125 or 11210886. OLE color: 11210886.
HSL color Cylindrical-coordinate representation of color #8610AB: hue angle of 285.68º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8610AB is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 16 | 171 | - |
| CMYK | 0.22 | 0.91 | 0 | 0.33 |
| HSL | 285.68º | 0.83% | 0.37% | - |
| HSV(B) | 285.68º | 0.91% | 0.67% | - |
| XYZ | 17.37 | 8.38 | 39.23 | - |
| YUV | 68.95 | 185.59 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 16 | 171 | 0.22 | 0.91 | 0 | 0.33 | 285.68 | 0.83 | 0.37 |
| Hex | 86 | 10 | AB | 16 | 5B | 0 | 21 | 11E | 53 | 25 |
| Octal | 206 | 20 | 253 | 26 | 133 | 0 | 41 | 436 | 123 | 45 |
| Binary | 10000110 | 10000 | 10101011 | 10110 | 1011011 | 0 | 100001 | 100011110 | 1010011 | 100101 |
Color Harmonies of #8610AB
Complementary color
Monochromatic Colors of #8610AB
Black with #8610AB
Text Example
Text Example
White with #8610AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8610AB; }
p { color: rgb(134,16,171); }
H1.HeaderClassName
{
color: #8610AB;
}
.AnyTagClassName
{
color: #8610AB;
}
</style>
background-color css
<style>
a { background-color: #8610AB; }
a { background-color: rgb(134,16,171); }
div.DivClassName
{
background-color: #8610AB;
}
.BgClassName
{
background-color: #8610AB;
}
</style>
border-color css
<style>
span { border-color: #8610AB; }
span { border-color: rgb(134,16,171); }
td.TdClassName
{
border-color: #8610AB;
}
.TagClassName
{
border-color: #8610AB;
}
</style>