Shades of Dark Violet #860BAE
Tints of Dark Violet #860BAE
RGB
CMYK
RGB Variations
Color information
#860BAE (or 0x860BAE) is known color: Dark Violet. HEX triplet: 86, 0B and AE. RGB value is (134,11,174). Sum of RGB (Red+Green+Blue) = 134+11+174=319 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.01% from 319); Green value is 11 (4.69% from 255 or 3.45% from 319); Blue value is 174 (68.36% from 255 or 54.55% from 319); Max value from RGB is 174 - color contains mainly: blue. Hex color #860BAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860BAE is #79F451. Grayscale: #414141. Windows color (decimal): -7992402 or 11406214. OLE color: 11406214.
HSL color Cylindrical-coordinate representation of color #860BAE: hue angle of 285.28º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #860BAE is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 134 | 11 | 174 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.32 |
| HSL | 285.28º | 0.88% | 0.36% | - |
| HSV(B) | 285.28º | 0.94% | 0.68% | - |
| XYZ | 17.59 | 8.36 | 40.73 | - |
| YUV | 66.36 | 188.75 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 11 | 174 | 0.23 | 0.94 | 0 | 0.32 | 285.28 | 0.88 | 0.36 |
| Hex | 86 | B | AE | 17 | 5E | 0 | 20 | 11D | 58 | 24 |
| Octal | 206 | 13 | 256 | 27 | 136 | 0 | 40 | 435 | 130 | 44 |
| Binary | 10000110 | 1011 | 10101110 | 10111 | 1011110 | 0 | 100000 | 100011101 | 1011000 | 100100 |
Color Harmonies of #860BAE
Complementary color
Monochromatic Colors of #860BAE
Black with #860BAE
Text Example
Text Example
White with #860BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860BAE; }
p { color: rgb(134,11,174); }
H1.HeaderClassName
{
color: #860BAE;
}
.AnyTagClassName
{
color: #860BAE;
}
</style>
background-color css
<style>
a { background-color: #860BAE; }
a { background-color: rgb(134,11,174); }
div.DivClassName
{
background-color: #860BAE;
}
.BgClassName
{
background-color: #860BAE;
}
</style>
border-color css
<style>
span { border-color: #860BAE; }
span { border-color: rgb(134,11,174); }
td.TdClassName
{
border-color: #860BAE;
}
.TagClassName
{
border-color: #860BAE;
}
</style>