Shades of Dark Violet #860ABA
Tints of Dark Violet #860ABA
RGB
CMYK
RGB Variations
Color information
#860ABA (or 0x860ABA) is known color: Dark Violet. HEX triplet: 86, 0A and BA. RGB value is (134,10,186). Sum of RGB (Red+Green+Blue) = 134+10+186=330 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.61% from 330); Green value is 10 (4.30% from 255 or 3.03% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #860ABA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #860ABA is #79F545. Grayscale: #424242. Windows color (decimal): -7992646 or 12192390. OLE color: 12192390.
HSL color Cylindrical-coordinate representation of color #860ABA: hue angle of 282.27º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #860ABA is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 10 | 186 | - |
| CMYK | 0.28 | 0.95 | 0 | 0.27 |
| HSL | 282.27º | 0.9% | 0.38% | - |
| HSV(B) | 282.27º | 0.95% | 0.73% | - |
| XYZ | 18.8 | 8.83 | 47.17 | - |
| YUV | 67.14 | 195.08 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 10 | 186 | 0.28 | 0.95 | 0 | 0.27 | 282.27 | 0.9 | 0.38 |
| Hex | 86 | A | BA | 1C | 5F | 0 | 1B | 11A | 5A | 26 |
| Octal | 206 | 12 | 272 | 34 | 137 | 0 | 33 | 432 | 132 | 46 |
| Binary | 10000110 | 1010 | 10111010 | 11100 | 1011111 | 0 | 11011 | 100011010 | 1011010 | 100110 |
Color Harmonies of #860ABA
Complementary color
Monochromatic Colors of #860ABA
Black with #860ABA
Text Example
Text Example
White with #860ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860ABA; }
p { color: rgb(134,10,186); }
H1.HeaderClassName
{
color: #860ABA;
}
.AnyTagClassName
{
color: #860ABA;
}
</style>
background-color css
<style>
a { background-color: #860ABA; }
a { background-color: rgb(134,10,186); }
div.DivClassName
{
background-color: #860ABA;
}
.BgClassName
{
background-color: #860ABA;
}
</style>
border-color css
<style>
span { border-color: #860ABA; }
span { border-color: rgb(134,10,186); }
td.TdClassName
{
border-color: #860ABA;
}
.TagClassName
{
border-color: #860ABA;
}
</style>