Shades of Dark Violet #860BBC
Tints of Dark Violet #860BBC
RGB
CMYK
RGB Variations
Color information
#860BBC (or 0x860BBC) is known color: Dark Violet. HEX triplet: 86, 0B and BC. RGB value is (134,11,188). Sum of RGB (Red+Green+Blue) = 134+11+188=333 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.24% from 333); Green value is 11 (4.69% from 255 or 3.30% from 333); Blue value is 188 (73.83% from 255 or 56.46% from 333); Max value from RGB is 188 - color contains mainly: blue. Hex color #860BBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #860BBC is #79F443. Grayscale: #434343. Windows color (decimal): -7992388 or 12323718. OLE color: 12323718.
HSL color Cylindrical-coordinate representation of color #860BBC: hue angle of 281.69º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #860BBC is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 11 | 188 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.26 |
| HSL | 281.69º | 0.89% | 0.39% | - |
| HSV(B) | 281.69º | 0.94% | 0.74% | - |
| XYZ | 19.03 | 8.94 | 48.3 | - |
| YUV | 67.96 | 195.75 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 11 | 188 | 0.29 | 0.94 | 0 | 0.26 | 281.69 | 0.89 | 0.39 |
| Hex | 86 | B | BC | 1D | 5E | 0 | 1A | 11A | 59 | 27 |
| Octal | 206 | 13 | 274 | 35 | 136 | 0 | 32 | 432 | 131 | 47 |
| Binary | 10000110 | 1011 | 10111100 | 11101 | 1011110 | 0 | 11010 | 100011010 | 1011001 | 100111 |
Color Harmonies of #860BBC
Complementary color
Monochromatic Colors of #860BBC
Black with #860BBC
Text Example
Text Example
White with #860BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860BBC; }
p { color: rgb(134,11,188); }
H1.HeaderClassName
{
color: #860BBC;
}
.AnyTagClassName
{
color: #860BBC;
}
</style>
background-color css
<style>
a { background-color: #860BBC; }
a { background-color: rgb(134,11,188); }
div.DivClassName
{
background-color: #860BBC;
}
.BgClassName
{
background-color: #860BBC;
}
</style>
border-color css
<style>
span { border-color: #860BBC; }
span { border-color: rgb(134,11,188); }
td.TdClassName
{
border-color: #860BBC;
}
.TagClassName
{
border-color: #860BBC;
}
</style>