Shades of Dark Magenta #860B91
Tints of Dark Magenta #860B91
RGB
CMYK
RGB Variations
Color information
#860B91 (or 0x860B91) is known color: Dark Magenta. HEX triplet: 86, 0B and 91. RGB value is (134,11,145). Sum of RGB (Red+Green+Blue) = 134+11+145=290 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.21% from 290); Green value is 11 (4.69% from 255 or 3.79% from 290); Blue value is 145 (57.03% from 255 or 50% from 290); Max value from RGB is 145 - color contains mainly: blue. Hex color #860B91 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860B91 is #79F46E. Grayscale: #3E3E3E. Windows color (decimal): -7992431 or 9505670. OLE color: 9505670.
HSL color Cylindrical-coordinate representation of color #860B91: hue angle of 295.07º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #860B91 is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 134 | 11 | 145 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.43 |
| HSL | 295.07º | 0.86% | 0.31% | - |
| HSV(B) | 295.07º | 0.92% | 0.57% | - |
| XYZ | 15.06 | 7.35 | 27.41 | - |
| YUV | 63.05 | 174.25 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 11 | 145 | 0.08 | 0.92 | 0 | 0.43 | 295.07 | 0.86 | 0.31 |
| Hex | 86 | B | 91 | 8 | 5C | 0 | 2B | 127 | 56 | 1F |
| Octal | 206 | 13 | 221 | 10 | 134 | 0 | 53 | 447 | 126 | 37 |
| Binary | 10000110 | 1011 | 10010001 | 1000 | 1011100 | 0 | 101011 | 100100111 | 1010110 | 11111 |
Color Harmonies of #860B91
Complementary color
Monochromatic Colors of #860B91
Black with #860B91
Text Example
Text Example
White with #860B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860B91; }
p { color: rgb(134,11,145); }
H1.HeaderClassName
{
color: #860B91;
}
.AnyTagClassName
{
color: #860B91;
}
</style>
background-color css
<style>
a { background-color: #860B91; }
a { background-color: rgb(134,11,145); }
div.DivClassName
{
background-color: #860B91;
}
.BgClassName
{
background-color: #860B91;
}
</style>
border-color css
<style>
span { border-color: #860B91; }
span { border-color: rgb(134,11,145); }
td.TdClassName
{
border-color: #860B91;
}
.TagClassName
{
border-color: #860B91;
}
</style>