Shades of Dark Violet #860BB2
Tints of Dark Violet #860BB2
RGB
CMYK
RGB Variations
Color information
#860BB2 (or 0x860BB2) is known color: Dark Violet. HEX triplet: 86, 0B and B2. RGB value is (134,11,178). Sum of RGB (Red+Green+Blue) = 134+11+178=323 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.49% from 323); Green value is 11 (4.69% from 255 or 3.41% from 323); Blue value is 178 (69.92% from 255 or 55.11% from 323); Max value from RGB is 178 - color contains mainly: blue. Hex color #860BB2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860BB2 is #79F44D. Grayscale: #424242. Windows color (decimal): -7992398 or 11668358. OLE color: 11668358.
HSL color Cylindrical-coordinate representation of color #860BB2: hue angle of 284.19º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #860BB2 is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 134 | 11 | 178 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.30 |
| HSL | 284.19º | 0.88% | 0.37% | - |
| HSV(B) | 284.19º | 0.94% | 0.7% | - |
| XYZ | 17.99 | 8.52 | 42.82 | - |
| YUV | 66.82 | 190.75 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 11 | 178 | 0.25 | 0.94 | 0 | 0.30 | 284.19 | 0.88 | 0.37 |
| Hex | 86 | B | B2 | 19 | 5E | 0 | 1E | 11C | 58 | 25 |
| Octal | 206 | 13 | 262 | 31 | 136 | 0 | 36 | 434 | 130 | 45 |
| Binary | 10000110 | 1011 | 10110010 | 11001 | 1011110 | 0 | 11110 | 100011100 | 1011000 | 100101 |
Color Harmonies of #860BB2
Complementary color
Monochromatic Colors of #860BB2
Black with #860BB2
Text Example
Text Example
White with #860BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860BB2; }
p { color: rgb(134,11,178); }
H1.HeaderClassName
{
color: #860BB2;
}
.AnyTagClassName
{
color: #860BB2;
}
</style>
background-color css
<style>
a { background-color: #860BB2; }
a { background-color: rgb(134,11,178); }
div.DivClassName
{
background-color: #860BB2;
}
.BgClassName
{
background-color: #860BB2;
}
</style>
border-color css
<style>
span { border-color: #860BB2; }
span { border-color: rgb(134,11,178); }
td.TdClassName
{
border-color: #860BB2;
}
.TagClassName
{
border-color: #860BB2;
}
</style>