Shades of Dark Magenta #860F91
Tints of Dark Magenta #860F91
RGB
CMYK
RGB Variations
Color information
#860F91 (or 0x860F91) is known color: Dark Magenta. HEX triplet: 86, 0F and 91. RGB value is (134,15,145). Sum of RGB (Red+Green+Blue) = 134+15+145=294 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.58% from 294); Green value is 15 (6.25% from 255 or 5.10% from 294); Blue value is 145 (57.03% from 255 or 49.32% from 294); Max value from RGB is 145 - color contains mainly: blue. Hex color #860F91 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860F91 is #79F06E. Grayscale: #414141. Windows color (decimal): -7991407 or 9506694. OLE color: 9506694.
HSL color Cylindrical-coordinate representation of color #860F91: hue angle of 294.92º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #860F91 is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 134 | 15 | 145 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.43 |
| HSL | 294.92º | 0.81% | 0.31% | - |
| HSV(B) | 294.92º | 0.9% | 0.57% | - |
| XYZ | 15.11 | 7.45 | 27.43 | - |
| YUV | 65.4 | 172.92 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 15 | 145 | 0.08 | 0.90 | 0 | 0.43 | 294.92 | 0.81 | 0.31 |
| Hex | 86 | F | 91 | 8 | 5A | 0 | 2B | 127 | 51 | 1F |
| Octal | 206 | 17 | 221 | 10 | 132 | 0 | 53 | 447 | 121 | 37 |
| Binary | 10000110 | 1111 | 10010001 | 1000 | 1011010 | 0 | 101011 | 100100111 | 1010001 | 11111 |
Color Harmonies of #860F91
Complementary color
Monochromatic Colors of #860F91
Black with #860F91
Text Example
Text Example
White with #860F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860F91; }
p { color: rgb(134,15,145); }
H1.HeaderClassName
{
color: #860F91;
}
.AnyTagClassName
{
color: #860F91;
}
</style>
background-color css
<style>
a { background-color: #860F91; }
a { background-color: rgb(134,15,145); }
div.DivClassName
{
background-color: #860F91;
}
.BgClassName
{
background-color: #860F91;
}
</style>
border-color css
<style>
span { border-color: #860F91; }
span { border-color: rgb(134,15,145); }
td.TdClassName
{
border-color: #860F91;
}
.TagClassName
{
border-color: #860F91;
}
</style>