Shades of Dark Violet #860BB9
Tints of Dark Violet #860BB9
RGB
CMYK
RGB Variations
Color information
#860BB9 (or 0x860BB9) is known color: Dark Violet. HEX triplet: 86, 0B and B9. RGB value is (134,11,185). Sum of RGB (Red+Green+Blue) = 134+11+185=330 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.61% from 330); Green value is 11 (4.69% from 255 or 3.33% from 330); Blue value is 185 (72.66% from 255 or 56.06% from 330); Max value from RGB is 185 - color contains mainly: blue. Hex color #860BB9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #860BB9 is #79F446. Grayscale: #434343. Windows color (decimal): -7992391 or 12127110. OLE color: 12127110.
HSL color Cylindrical-coordinate representation of color #860BB9: hue angle of 282.41º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #860BB9 is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 11 | 185 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.27 |
| HSL | 282.41º | 0.89% | 0.38% | - |
| HSV(B) | 282.41º | 0.94% | 0.73% | - |
| XYZ | 18.71 | 8.81 | 46.61 | - |
| YUV | 67.61 | 194.25 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 11 | 185 | 0.28 | 0.94 | 0 | 0.27 | 282.41 | 0.89 | 0.38 |
| Hex | 86 | B | B9 | 1C | 5E | 0 | 1B | 11A | 59 | 26 |
| Octal | 206 | 13 | 271 | 34 | 136 | 0 | 33 | 432 | 131 | 46 |
| Binary | 10000110 | 1011 | 10111001 | 11100 | 1011110 | 0 | 11011 | 100011010 | 1011001 | 100110 |
Color Harmonies of #860BB9
Complementary color
Monochromatic Colors of #860BB9
Black with #860BB9
Text Example
Text Example
White with #860BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860BB9; }
p { color: rgb(134,11,185); }
H1.HeaderClassName
{
color: #860BB9;
}
.AnyTagClassName
{
color: #860BB9;
}
</style>
background-color css
<style>
a { background-color: #860BB9; }
a { background-color: rgb(134,11,185); }
div.DivClassName
{
background-color: #860BB9;
}
.BgClassName
{
background-color: #860BB9;
}
</style>
border-color css
<style>
span { border-color: #860BB9; }
span { border-color: rgb(134,11,185); }
td.TdClassName
{
border-color: #860BB9;
}
.TagClassName
{
border-color: #860BB9;
}
</style>