Shades of Dark Violet #860BC6
Tints of Dark Violet #860BC6
RGB
CMYK
RGB Variations
Color information
#860BC6 (or 0x860BC6) is known color: Dark Violet. HEX triplet: 86, 0B and C6. RGB value is (134,11,198). Sum of RGB (Red+Green+Blue) = 134+11+198=343 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.07% from 343); Green value is 11 (4.69% from 255 or 3.21% from 343); Blue value is 198 (77.73% from 255 or 57.73% from 343); Max value from RGB is 198 - color contains mainly: blue. Hex color #860BC6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #860BC6 is #79F439. Grayscale: #444444. Windows color (decimal): -7992378 or 12979078. OLE color: 12979078.
HSL color Cylindrical-coordinate representation of color #860BC6: hue angle of 279.47º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #860BC6 is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 134 | 11 | 198 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.22 |
| HSL | 279.47º | 0.89% | 0.41% | - |
| HSV(B) | 279.47º | 0.94% | 0.78% | - |
| XYZ | 20.14 | 9.38 | 54.18 | - |
| YUV | 69.1 | 200.75 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 11 | 198 | 0.32 | 0.94 | 0 | 0.22 | 279.47 | 0.89 | 0.41 |
| Hex | 86 | B | C6 | 20 | 5E | 0 | 16 | 117 | 59 | 29 |
| Octal | 206 | 13 | 306 | 40 | 136 | 0 | 26 | 427 | 131 | 51 |
| Binary | 10000110 | 1011 | 11000110 | 100000 | 1011110 | 0 | 10110 | 100010111 | 1011001 | 101001 |
Color Harmonies of #860BC6
Complementary color
Monochromatic Colors of #860BC6
Black with #860BC6
Text Example
Text Example
White with #860BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860BC6; }
p { color: rgb(134,11,198); }
H1.HeaderClassName
{
color: #860BC6;
}
.AnyTagClassName
{
color: #860BC6;
}
</style>
background-color css
<style>
a { background-color: #860BC6; }
a { background-color: rgb(134,11,198); }
div.DivClassName
{
background-color: #860BC6;
}
.BgClassName
{
background-color: #860BC6;
}
</style>
border-color css
<style>
span { border-color: #860BC6; }
span { border-color: rgb(134,11,198); }
td.TdClassName
{
border-color: #860BC6;
}
.TagClassName
{
border-color: #860BC6;
}
</style>