Shades of Dark Magenta #860D95
Tints of Dark Magenta #860D95
RGB
CMYK
RGB Variations
Color information
#860D95 (or 0x860D95) is known color: Dark Magenta. HEX triplet: 86, 0D and 95. RGB value is (134,13,149). Sum of RGB (Red+Green+Blue) = 134+13+149=296 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.27% from 296); Green value is 13 (5.47% from 255 or 4.39% from 296); Blue value is 149 (58.59% from 255 or 50.34% from 296); Max value from RGB is 149 - color contains mainly: blue. Hex color #860D95 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860D95 is #79F26A. Grayscale: #404040. Windows color (decimal): -7991915 or 9768326. OLE color: 9768326.
HSL color Cylindrical-coordinate representation of color #860D95: hue angle of 293.38º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #860D95 is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 134 | 13 | 149 | - |
| CMYK | 0.10 | 0.91 | 0 | 0.42 |
| HSL | 293.38º | 0.84% | 0.32% | - |
| HSV(B) | 293.38º | 0.91% | 0.58% | - |
| XYZ | 15.4 | 7.53 | 29.07 | - |
| YUV | 64.68 | 175.59 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 13 | 149 | 0.10 | 0.91 | 0 | 0.42 | 293.38 | 0.84 | 0.32 |
| Hex | 86 | D | 95 | A | 5B | 0 | 2A | 125 | 54 | 20 |
| Octal | 206 | 15 | 225 | 12 | 133 | 0 | 52 | 445 | 124 | 40 |
| Binary | 10000110 | 1101 | 10010101 | 1010 | 1011011 | 0 | 101010 | 100100101 | 1010100 | 100000 |
Color Harmonies of #860D95
Complementary color
Monochromatic Colors of #860D95
Black with #860D95
Text Example
Text Example
White with #860D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860D95; }
p { color: rgb(134,13,149); }
H1.HeaderClassName
{
color: #860D95;
}
.AnyTagClassName
{
color: #860D95;
}
</style>
background-color css
<style>
a { background-color: #860D95; }
a { background-color: rgb(134,13,149); }
div.DivClassName
{
background-color: #860D95;
}
.BgClassName
{
background-color: #860D95;
}
</style>
border-color css
<style>
span { border-color: #860D95; }
span { border-color: rgb(134,13,149); }
td.TdClassName
{
border-color: #860D95;
}
.TagClassName
{
border-color: #860D95;
}
</style>