Shades of Dark Violet #860ABB
Tints of Dark Violet #860ABB
RGB
CMYK
RGB Variations
Color information
#860ABB (or 0x860ABB) is known color: Dark Violet. HEX triplet: 86, 0A and BB. RGB value is (134,10,187). Sum of RGB (Red+Green+Blue) = 134+10+187=331 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.48% from 331); Green value is 10 (4.30% from 255 or 3.02% from 331); Blue value is 187 (73.44% from 255 or 56.50% from 331); Max value from RGB is 187 - color contains mainly: blue. Hex color #860ABB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #860ABB is #79F544. Grayscale: #424242. Windows color (decimal): -7992645 or 12257926. OLE color: 12257926.
HSL color Cylindrical-coordinate representation of color #860ABB: hue angle of 282.03º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #860ABB is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 10 | 187 | - |
| CMYK | 0.28 | 0.95 | 0 | 0.27 |
| HSL | 282.03º | 0.9% | 0.39% | - |
| HSV(B) | 282.03º | 0.95% | 0.73% | - |
| XYZ | 18.91 | 8.87 | 47.73 | - |
| YUV | 67.25 | 195.58 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 10 | 187 | 0.28 | 0.95 | 0 | 0.27 | 282.03 | 0.9 | 0.39 |
| Hex | 86 | A | BB | 1C | 5F | 0 | 1B | 11A | 5A | 27 |
| Octal | 206 | 12 | 273 | 34 | 137 | 0 | 33 | 432 | 132 | 47 |
| Binary | 10000110 | 1010 | 10111011 | 11100 | 1011111 | 0 | 11011 | 100011010 | 1011010 | 100111 |
Color Harmonies of #860ABB
Complementary color
Monochromatic Colors of #860ABB
Black with #860ABB
Text Example
Text Example
White with #860ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860ABB; }
p { color: rgb(134,10,187); }
H1.HeaderClassName
{
color: #860ABB;
}
.AnyTagClassName
{
color: #860ABB;
}
</style>
background-color css
<style>
a { background-color: #860ABB; }
a { background-color: rgb(134,10,187); }
div.DivClassName
{
background-color: #860ABB;
}
.BgClassName
{
background-color: #860ABB;
}
</style>
border-color css
<style>
span { border-color: #860ABB; }
span { border-color: rgb(134,10,187); }
td.TdClassName
{
border-color: #860ABB;
}
.TagClassName
{
border-color: #860ABB;
}
</style>