Shades of Dark Magenta #860B93
Tints of Dark Magenta #860B93
RGB
CMYK
RGB Variations
Color information
#860B93 (or 0x860B93) is known color: Dark Magenta. HEX triplet: 86, 0B and 93. RGB value is (134,11,147). Sum of RGB (Red+Green+Blue) = 134+11+147=292 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.89% from 292); Green value is 11 (4.69% from 255 or 3.77% from 292); Blue value is 147 (57.81% from 255 or 50.34% from 292); Max value from RGB is 147 - color contains mainly: blue. Hex color #860B93 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860B93 is #79F46C. Grayscale: #3E3E3E. Windows color (decimal): -7992429 or 9636742. OLE color: 9636742.
HSL color Cylindrical-coordinate representation of color #860B93: hue angle of 294.26º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #860B93 is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 134 | 11 | 147 | - |
| CMYK | 0.09 | 0.93 | 0 | 0.42 |
| HSL | 294.26º | 0.86% | 0.31% | - |
| HSV(B) | 294.26º | 0.93% | 0.58% | - |
| XYZ | 15.22 | 7.41 | 28.23 | - |
| YUV | 63.28 | 175.25 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 11 | 147 | 0.09 | 0.93 | 0 | 0.42 | 294.26 | 0.86 | 0.31 |
| Hex | 86 | B | 93 | 9 | 5D | 0 | 2A | 126 | 56 | 1F |
| Octal | 206 | 13 | 223 | 11 | 135 | 0 | 52 | 446 | 126 | 37 |
| Binary | 10000110 | 1011 | 10010011 | 1001 | 1011101 | 0 | 101010 | 100100110 | 1010110 | 11111 |
Color Harmonies of #860B93
Complementary color
Monochromatic Colors of #860B93
Black with #860B93
Text Example
Text Example
White with #860B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860B93; }
p { color: rgb(134,11,147); }
H1.HeaderClassName
{
color: #860B93;
}
.AnyTagClassName
{
color: #860B93;
}
</style>
background-color css
<style>
a { background-color: #860B93; }
a { background-color: rgb(134,11,147); }
div.DivClassName
{
background-color: #860B93;
}
.BgClassName
{
background-color: #860B93;
}
</style>
border-color css
<style>
span { border-color: #860B93; }
span { border-color: rgb(134,11,147); }
td.TdClassName
{
border-color: #860B93;
}
.TagClassName
{
border-color: #860B93;
}
</style>