Shades of Dark Magenta #860D91
Tints of Dark Magenta #860D91
RGB
CMYK
RGB Variations
Color information
#860D91 (or 0x860D91) is known color: Dark Magenta. HEX triplet: 86, 0D and 91. RGB value is (134,13,145). Sum of RGB (Red+Green+Blue) = 134+13+145=292 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.89% from 292); Green value is 13 (5.47% from 255 or 4.45% from 292); Blue value is 145 (57.03% from 255 or 49.66% from 292); Max value from RGB is 145 - color contains mainly: blue. Hex color #860D91 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860D91 is #79F26E. Grayscale: #3F3F3F. Windows color (decimal): -7991919 or 9506182. OLE color: 9506182.
HSL color Cylindrical-coordinate representation of color #860D91: hue angle of 295º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #860D91 is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 134 | 13 | 145 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.43 |
| HSL | 295º | 0.84% | 0.31% | - |
| HSV(B) | 295º | 0.91% | 0.57% | - |
| XYZ | 15.09 | 7.4 | 27.42 | - |
| YUV | 64.23 | 173.59 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 13 | 145 | 0.08 | 0.91 | 0 | 0.43 | 295 | 0.84 | 0.31 |
| Hex | 86 | D | 91 | 8 | 5B | 0 | 2B | 127 | 54 | 1F |
| Octal | 206 | 15 | 221 | 10 | 133 | 0 | 53 | 447 | 124 | 37 |
| Binary | 10000110 | 1101 | 10010001 | 1000 | 1011011 | 0 | 101011 | 100100111 | 1010100 | 11111 |
Color Harmonies of #860D91
Complementary color
Monochromatic Colors of #860D91
Black with #860D91
Text Example
Text Example
White with #860D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860D91; }
p { color: rgb(134,13,145); }
H1.HeaderClassName
{
color: #860D91;
}
.AnyTagClassName
{
color: #860D91;
}
</style>
background-color css
<style>
a { background-color: #860D91; }
a { background-color: rgb(134,13,145); }
div.DivClassName
{
background-color: #860D91;
}
.BgClassName
{
background-color: #860D91;
}
</style>
border-color css
<style>
span { border-color: #860D91; }
span { border-color: rgb(134,13,145); }
td.TdClassName
{
border-color: #860D91;
}
.TagClassName
{
border-color: #860D91;
}
</style>