Shades of Dark Magenta #860C85
Tints of Dark Magenta #860C85
RGB
CMYK
RGB Variations
Color information
#860C85 (or 0x860C85) is known color: Dark Magenta. HEX triplet: 86, 0C and 85. RGB value is (134,12,133). Sum of RGB (Red+Green+Blue) = 134+12+133=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 12 (5.08% from 255 or 4.30% from 279); Blue value is 133 (52.34% from 255 or 47.67% from 279); Max value from RGB is 134 - color contains mainly: red. Hex color #860C85 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860C85 is #79F37A. Grayscale: #3D3D3D. Windows color (decimal): -7992187 or 8719494. OLE color: 8719494.
HSL color Cylindrical-coordinate representation of color #860C85: hue angle of 300.49º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #860C85 is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 12 | 133 | - |
| CMYK | 0 | 0.91 | 0.01 | 0.47 |
| HSL | 300.49º | 0.84% | 0.29% | - |
| HSV(B) | 300.49º | 0.91% | 0.53% | - |
| XYZ | 14.2 | 7.02 | 22.8 | - |
| YUV | 62.27 | 167.92 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 12 | 133 | 0 | 0.91 | 0.01 | 0.47 | 300.49 | 0.84 | 0.29 |
| Hex | 86 | C | 85 | 0 | 5B | 1 | 2F | 12C | 54 | 1D |
| Octal | 206 | 14 | 205 | 0 | 133 | 1 | 57 | 454 | 124 | 35 |
| Binary | 10000110 | 1100 | 10000101 | 0 | 1011011 | 1 | 101111 | 100101100 | 1010100 | 11101 |
Color Harmonies of #860C85
Complementary color
Monochromatic Colors of #860C85
Black with #860C85
Text Example
Text Example
White with #860C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860C85; }
p { color: rgb(134,12,133); }
H1.HeaderClassName
{
color: #860C85;
}
.AnyTagClassName
{
color: #860C85;
}
</style>
background-color css
<style>
a { background-color: #860C85; }
a { background-color: rgb(134,12,133); }
div.DivClassName
{
background-color: #860C85;
}
.BgClassName
{
background-color: #860C85;
}
</style>
border-color css
<style>
span { border-color: #860C85; }
span { border-color: rgb(134,12,133); }
td.TdClassName
{
border-color: #860C85;
}
.TagClassName
{
border-color: #860C85;
}
</style>