Shades of Dark Violet #860BBA
Tints of Dark Violet #860BBA
RGB
CMYK
RGB Variations
Color information
#860BBA (or 0x860BBA) is known color: Dark Violet. HEX triplet: 86, 0B and BA. RGB value is (134,11,186). Sum of RGB (Red+Green+Blue) = 134+11+186=331 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.48% from 331); Green value is 11 (4.69% from 255 or 3.32% from 331); Blue value is 186 (73.05% from 255 or 56.19% from 331); Max value from RGB is 186 - color contains mainly: blue. Hex color #860BBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #860BBA is #79F445. Grayscale: #434343. Windows color (decimal): -7992390 or 12192646. OLE color: 12192646.
HSL color Cylindrical-coordinate representation of color #860BBA: hue angle of 282.17º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #860BBA is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 11 | 186 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.27 |
| HSL | 282.17º | 0.89% | 0.39% | - |
| HSV(B) | 282.17º | 0.94% | 0.73% | - |
| XYZ | 18.81 | 8.85 | 47.17 | - |
| YUV | 67.73 | 194.75 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 11 | 186 | 0.28 | 0.94 | 0 | 0.27 | 282.17 | 0.89 | 0.39 |
| Hex | 86 | B | BA | 1C | 5E | 0 | 1B | 11A | 59 | 27 |
| Octal | 206 | 13 | 272 | 34 | 136 | 0 | 33 | 432 | 131 | 47 |
| Binary | 10000110 | 1011 | 10111010 | 11100 | 1011110 | 0 | 11011 | 100011010 | 1011001 | 100111 |
Color Harmonies of #860BBA
Complementary color
Monochromatic Colors of #860BBA
Black with #860BBA
Text Example
Text Example
White with #860BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860BBA; }
p { color: rgb(134,11,186); }
H1.HeaderClassName
{
color: #860BBA;
}
.AnyTagClassName
{
color: #860BBA;
}
</style>
background-color css
<style>
a { background-color: #860BBA; }
a { background-color: rgb(134,11,186); }
div.DivClassName
{
background-color: #860BBA;
}
.BgClassName
{
background-color: #860BBA;
}
</style>
border-color css
<style>
span { border-color: #860BBA; }
span { border-color: rgb(134,11,186); }
td.TdClassName
{
border-color: #860BBA;
}
.TagClassName
{
border-color: #860BBA;
}
</style>