Shades of Dark Violet #860CBA
Tints of Dark Violet #860CBA
RGB
CMYK
RGB Variations
Color information
#860CBA (or 0x860CBA) is known color: Dark Violet. HEX triplet: 86, 0C and BA. RGB value is (134,12,186). Sum of RGB (Red+Green+Blue) = 134+12+186=332 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.36% from 332); Green value is 12 (5.08% from 255 or 3.61% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #860CBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #860CBA is #79F345. Grayscale: #434343. Windows color (decimal): -7992134 or 12192902. OLE color: 12192902.
HSL color Cylindrical-coordinate representation of color #860CBA: hue angle of 282.07º degrees, saturation: 0.88, 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 #860CBA is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 12 | 186 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.27 |
| HSL | 282.07º | 0.88% | 0.39% | - |
| HSV(B) | 282.07º | 0.94% | 0.73% | - |
| XYZ | 18.83 | 8.88 | 47.18 | - |
| YUV | 68.31 | 194.42 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 12 | 186 | 0.28 | 0.94 | 0 | 0.27 | 282.07 | 0.88 | 0.39 |
| Hex | 86 | C | BA | 1C | 5E | 0 | 1B | 11A | 58 | 27 |
| Octal | 206 | 14 | 272 | 34 | 136 | 0 | 33 | 432 | 130 | 47 |
| Binary | 10000110 | 1100 | 10111010 | 11100 | 1011110 | 0 | 11011 | 100011010 | 1011000 | 100111 |
Color Harmonies of #860CBA
Complementary color
Monochromatic Colors of #860CBA
Black with #860CBA
Text Example
Text Example
White with #860CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860CBA; }
p { color: rgb(134,12,186); }
H1.HeaderClassName
{
color: #860CBA;
}
.AnyTagClassName
{
color: #860CBA;
}
</style>
background-color css
<style>
a { background-color: #860CBA; }
a { background-color: rgb(134,12,186); }
div.DivClassName
{
background-color: #860CBA;
}
.BgClassName
{
background-color: #860CBA;
}
</style>
border-color css
<style>
span { border-color: #860CBA; }
span { border-color: rgb(134,12,186); }
td.TdClassName
{
border-color: #860CBA;
}
.TagClassName
{
border-color: #860CBA;
}
</style>