Shades of Dark Violet #860CCC
Tints of Dark Violet #860CCC
RGB
CMYK
RGB Variations
Color information
#860CCC (or 0x860CCC) is known color: Dark Violet. HEX triplet: 86, 0C and CC. RGB value is (134,12,204). Sum of RGB (Red+Green+Blue) = 134+12+204=350 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.29% from 350); Green value is 12 (5.08% from 255 or 3.43% from 350); Blue value is 204 (80.08% from 255 or 58.29% from 350); Max value from RGB is 204 - color contains mainly: blue. Hex color #860CCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #860CCC is #79F333. Grayscale: #454545. Windows color (decimal): -7992116 or 13372550. OLE color: 13372550.
HSL color Cylindrical-coordinate representation of color #860CCC: hue angle of 278.12º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #860CCC is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 134 | 12 | 204 | - |
| CMYK | 0.34 | 0.94 | 0 | 0.2 |
| HSL | 278.13º | 0.89% | 0.42% | - |
| HSV(B) | 278.13º | 0.94% | 0.8% | - |
| XYZ | 20.86 | 9.69 | 57.9 | - |
| YUV | 70.37 | 203.42 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 12 | 204 | 0.34 | 0.94 | 0 | 0.2 | 278.13 | 0.89 | 0.42 |
| Hex | 86 | C | CC | 22 | 5E | 0 | 14 | 116 | 59 | 2A |
| Octal | 206 | 14 | 314 | 42 | 136 | 0 | 24 | 426 | 131 | 52 |
| Binary | 10000110 | 1100 | 11001100 | 100010 | 1011110 | 0 | 10100 | 100010110 | 1011001 | 101010 |
Color Harmonies of #860CCC
Complementary color
Monochromatic Colors of #860CCC
Black with #860CCC
Text Example
Text Example
White with #860CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860CCC; }
p { color: rgb(134,12,204); }
H1.HeaderClassName
{
color: #860CCC;
}
.AnyTagClassName
{
color: #860CCC;
}
</style>
background-color css
<style>
a { background-color: #860CCC; }
a { background-color: rgb(134,12,204); }
div.DivClassName
{
background-color: #860CCC;
}
.BgClassName
{
background-color: #860CCC;
}
</style>
border-color css
<style>
span { border-color: #860CCC; }
span { border-color: rgb(134,12,204); }
td.TdClassName
{
border-color: #860CCC;
}
.TagClassName
{
border-color: #860CCC;
}
</style>