Shades of Dark Magenta #860CAC
Tints of Dark Magenta #860CAC
RGB
CMYK
RGB Variations
Color information
#860CAC (or 0x860CAC) is known color: Dark Magenta. HEX triplet: 86, 0C and AC. RGB value is (134,12,172). Sum of RGB (Red+Green+Blue) = 134+12+172=318 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.14% from 318); Green value is 12 (5.08% from 255 or 3.77% from 318); Blue value is 172 (67.58% from 255 or 54.09% from 318); Max value from RGB is 172 - color contains mainly: blue. Hex color #860CAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860CAC is #79F353. Grayscale: #424242. Windows color (decimal): -7992148 or 11275398. OLE color: 11275398.
HSL color Cylindrical-coordinate representation of color #860CAC: hue angle of 285.75º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #860CAC is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 12 | 172 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.33 |
| HSL | 285.75º | 0.87% | 0.36% | - |
| HSV(B) | 285.75º | 0.93% | 0.67% | - |
| XYZ | 17.41 | 8.31 | 39.72 | - |
| YUV | 66.72 | 187.42 | 175.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 12 | 172 | 0.22 | 0.93 | 0 | 0.33 | 285.75 | 0.87 | 0.36 |
| Hex | 86 | C | AC | 16 | 5D | 0 | 21 | 11E | 57 | 24 |
| Octal | 206 | 14 | 254 | 26 | 135 | 0 | 41 | 436 | 127 | 44 |
| Binary | 10000110 | 1100 | 10101100 | 10110 | 1011101 | 0 | 100001 | 100011110 | 1010111 | 100100 |
Color Harmonies of #860CAC
Complementary color
Monochromatic Colors of #860CAC
Black with #860CAC
Text Example
Text Example
White with #860CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860CAC; }
p { color: rgb(134,12,172); }
H1.HeaderClassName
{
color: #860CAC;
}
.AnyTagClassName
{
color: #860CAC;
}
</style>
background-color css
<style>
a { background-color: #860CAC; }
a { background-color: rgb(134,12,172); }
div.DivClassName
{
background-color: #860CAC;
}
.BgClassName
{
background-color: #860CAC;
}
</style>
border-color css
<style>
span { border-color: #860CAC; }
span { border-color: rgb(134,12,172); }
td.TdClassName
{
border-color: #860CAC;
}
.TagClassName
{
border-color: #860CAC;
}
</style>