Shades of Dark Violet #860BBD
Tints of Dark Violet #860BBD
RGB
CMYK
RGB Variations
Color information
#860BBD (or 0x860BBD) is known color: Dark Violet. HEX triplet: 86, 0B and BD. RGB value is (134,11,189). Sum of RGB (Red+Green+Blue) = 134+11+189=334 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.12% from 334); Green value is 11 (4.69% from 255 or 3.29% from 334); Blue value is 189 (74.22% from 255 or 56.59% from 334); Max value from RGB is 189 - color contains mainly: blue. Hex color #860BBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #860BBD is #79F442. Grayscale: #434343. Windows color (decimal): -7992387 or 12389254. OLE color: 12389254.
HSL color Cylindrical-coordinate representation of color #860BBD: hue angle of 281.46º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #860BBD is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 11 | 189 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.26 |
| HSL | 281.46º | 0.89% | 0.39% | - |
| HSV(B) | 281.46º | 0.94% | 0.74% | - |
| XYZ | 19.14 | 8.98 | 48.87 | - |
| YUV | 68.07 | 196.25 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 11 | 189 | 0.29 | 0.94 | 0 | 0.26 | 281.46 | 0.89 | 0.39 |
| Hex | 86 | B | BD | 1D | 5E | 0 | 1A | 119 | 59 | 27 |
| Octal | 206 | 13 | 275 | 35 | 136 | 0 | 32 | 431 | 131 | 47 |
| Binary | 10000110 | 1011 | 10111101 | 11101 | 1011110 | 0 | 11010 | 100011001 | 1011001 | 100111 |
Color Harmonies of #860BBD
Complementary color
Monochromatic Colors of #860BBD
Black with #860BBD
Text Example
Text Example
White with #860BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860BBD; }
p { color: rgb(134,11,189); }
H1.HeaderClassName
{
color: #860BBD;
}
.AnyTagClassName
{
color: #860BBD;
}
</style>
background-color css
<style>
a { background-color: #860BBD; }
a { background-color: rgb(134,11,189); }
div.DivClassName
{
background-color: #860BBD;
}
.BgClassName
{
background-color: #860BBD;
}
</style>
border-color css
<style>
span { border-color: #860BBD; }
span { border-color: rgb(134,11,189); }
td.TdClassName
{
border-color: #860BBD;
}
.TagClassName
{
border-color: #860BBD;
}
</style>