Shades of Dark Violet #860FCC
Tints of Dark Violet #860FCC
RGB
CMYK
RGB Variations
Color information
#860FCC (or 0x860FCC) is known color: Dark Violet. HEX triplet: 86, 0F and CC. RGB value is (134,15,204). Sum of RGB (Red+Green+Blue) = 134+15+204=353 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.96% from 353); Green value is 15 (6.25% from 255 or 4.25% from 353); Blue value is 204 (80.08% from 255 or 57.79% from 353); Max value from RGB is 204 - color contains mainly: blue. Hex color #860FCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #860FCC is #79F033. Grayscale: #474747. Windows color (decimal): -7991348 or 13373318. OLE color: 13373318.
HSL color Cylindrical-coordinate representation of color #860FCC: hue angle of 277.78º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #860FCC is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 134 | 15 | 204 | - |
| CMYK | 0.34 | 0.93 | 0 | 0.2 |
| HSL | 277.78º | 0.86% | 0.43% | - |
| HSV(B) | 277.78º | 0.93% | 0.8% | - |
| XYZ | 20.9 | 9.77 | 57.91 | - |
| YUV | 72.13 | 202.42 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 15 | 204 | 0.34 | 0.93 | 0 | 0.2 | 277.78 | 0.86 | 0.43 |
| Hex | 86 | F | CC | 22 | 5D | 0 | 14 | 116 | 56 | 2B |
| Octal | 206 | 17 | 314 | 42 | 135 | 0 | 24 | 426 | 126 | 53 |
| Binary | 10000110 | 1111 | 11001100 | 100010 | 1011101 | 0 | 10100 | 100010110 | 1010110 | 101011 |
Color Harmonies of #860FCC
Complementary color
Monochromatic Colors of #860FCC
Black with #860FCC
Text Example
Text Example
White with #860FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860FCC; }
p { color: rgb(134,15,204); }
H1.HeaderClassName
{
color: #860FCC;
}
.AnyTagClassName
{
color: #860FCC;
}
</style>
background-color css
<style>
a { background-color: #860FCC; }
a { background-color: rgb(134,15,204); }
div.DivClassName
{
background-color: #860FCC;
}
.BgClassName
{
background-color: #860FCC;
}
</style>
border-color css
<style>
span { border-color: #860FCC; }
span { border-color: rgb(134,15,204); }
td.TdClassName
{
border-color: #860FCC;
}
.TagClassName
{
border-color: #860FCC;
}
</style>