Shades of Dark Violet #860CB5
Tints of Dark Violet #860CB5
RGB
CMYK
RGB Variations
Color information
#860CB5 (or 0x860CB5) is known color: Dark Violet. HEX triplet: 86, 0C and B5. RGB value is (134,12,181). Sum of RGB (Red+Green+Blue) = 134+12+181=327 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.98% from 327); Green value is 12 (5.08% from 255 or 3.67% from 327); Blue value is 181 (71.09% from 255 or 55.35% from 327); Max value from RGB is 181 - color contains mainly: blue. Hex color #860CB5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #860CB5 is #79F34A. Grayscale: #434343. Windows color (decimal): -7992139 or 11865222. OLE color: 11865222.
HSL color Cylindrical-coordinate representation of color #860CB5: hue angle of 283.31º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #860CB5 is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 12 | 181 | - |
| CMYK | 0.26 | 0.93 | 0 | 0.29 |
| HSL | 283.31º | 0.88% | 0.38% | - |
| HSV(B) | 283.31º | 0.93% | 0.71% | - |
| XYZ | 18.3 | 8.67 | 44.42 | - |
| YUV | 67.74 | 191.92 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 12 | 181 | 0.26 | 0.93 | 0 | 0.29 | 283.31 | 0.88 | 0.38 |
| Hex | 86 | C | B5 | 1A | 5D | 0 | 1D | 11B | 58 | 26 |
| Octal | 206 | 14 | 265 | 32 | 135 | 0 | 35 | 433 | 130 | 46 |
| Binary | 10000110 | 1100 | 10110101 | 11010 | 1011101 | 0 | 11101 | 100011011 | 1011000 | 100110 |
Color Harmonies of #860CB5
Complementary color
Monochromatic Colors of #860CB5
Black with #860CB5
Text Example
Text Example
White with #860CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860CB5; }
p { color: rgb(134,12,181); }
H1.HeaderClassName
{
color: #860CB5;
}
.AnyTagClassName
{
color: #860CB5;
}
</style>
background-color css
<style>
a { background-color: #860CB5; }
a { background-color: rgb(134,12,181); }
div.DivClassName
{
background-color: #860CB5;
}
.BgClassName
{
background-color: #860CB5;
}
</style>
border-color css
<style>
span { border-color: #860CB5; }
span { border-color: rgb(134,12,181); }
td.TdClassName
{
border-color: #860CB5;
}
.TagClassName
{
border-color: #860CB5;
}
</style>