Shades of Dark Magenta #860495
Tints of Dark Magenta #860495
RGB
CMYK
RGB Variations
Color information
#860495 (or 0x860495) is known color: Dark Magenta. HEX triplet: 86, 04 and 95. RGB value is (134,4,149). Sum of RGB (Red+Green+Blue) = 134+4+149=287 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.69% from 287); Green value is 4 (1.95% from 255 or 1.39% from 287); Blue value is 149 (58.59% from 255 or 51.92% from 287); Max value from RGB is 149 - color contains mainly: blue. Hex color #860495 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860495 is #79FB6A. Grayscale: #3A3A3A. Windows color (decimal): -7994219 or 9766022. OLE color: 9766022.
HSL color Cylindrical-coordinate representation of color #860495: hue angle of 293.79º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #860495 is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 134 | 4 | 149 | - |
| CMYK | 0.10 | 0.97 | 0 | 0.42 |
| HSL | 293.79º | 0.95% | 0.3% | - |
| HSV(B) | 293.79º | 0.97% | 0.58% | - |
| XYZ | 15.3 | 7.33 | 29.04 | - |
| YUV | 59.4 | 178.57 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 4 | 149 | 0.10 | 0.97 | 0 | 0.42 | 293.79 | 0.95 | 0.3 |
| Hex | 86 | 4 | 95 | A | 61 | 0 | 2A | 126 | 5F | 1E |
| Octal | 206 | 4 | 225 | 12 | 141 | 0 | 52 | 446 | 137 | 36 |
| Binary | 10000110 | 100 | 10010101 | 1010 | 1100001 | 0 | 101010 | 100100110 | 1011111 | 11110 |
Color Harmonies of #860495
Complementary color
Monochromatic Colors of #860495
Black with #860495
Text Example
Text Example
White with #860495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860495; }
p { color: rgb(134,4,149); }
H1.HeaderClassName
{
color: #860495;
}
.AnyTagClassName
{
color: #860495;
}
</style>
background-color css
<style>
a { background-color: #860495; }
a { background-color: rgb(134,4,149); }
div.DivClassName
{
background-color: #860495;
}
.BgClassName
{
background-color: #860495;
}
</style>
border-color css
<style>
span { border-color: #860495; }
span { border-color: rgb(134,4,149); }
td.TdClassName
{
border-color: #860495;
}
.TagClassName
{
border-color: #860495;
}
</style>