Shades of Dark Violet #860DBB
Tints of Dark Violet #860DBB
RGB
CMYK
RGB Variations
Color information
#860DBB (or 0x860DBB) is known color: Dark Violet. HEX triplet: 86, 0D and BB. RGB value is (134,13,187). Sum of RGB (Red+Green+Blue) = 134+13+187=334 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.12% from 334); Green value is 13 (5.47% from 255 or 3.89% from 334); Blue value is 187 (73.44% from 255 or 55.99% from 334); Max value from RGB is 187 - color contains mainly: blue. Hex color #860DBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #860DBB is #79F244. Grayscale: #444444. Windows color (decimal): -7991877 or 12258694. OLE color: 12258694.
HSL color Cylindrical-coordinate representation of color #860DBB: hue angle of 281.72º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #860DBB is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 13 | 187 | - |
| CMYK | 0.28 | 0.93 | 0 | 0.27 |
| HSL | 281.72º | 0.87% | 0.39% | - |
| HSV(B) | 281.72º | 0.93% | 0.73% | - |
| XYZ | 18.95 | 8.94 | 47.74 | - |
| YUV | 69.02 | 194.59 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 13 | 187 | 0.28 | 0.93 | 0 | 0.27 | 281.72 | 0.87 | 0.39 |
| Hex | 86 | D | BB | 1C | 5D | 0 | 1B | 11A | 57 | 27 |
| Octal | 206 | 15 | 273 | 34 | 135 | 0 | 33 | 432 | 127 | 47 |
| Binary | 10000110 | 1101 | 10111011 | 11100 | 1011101 | 0 | 11011 | 100011010 | 1010111 | 100111 |
Color Harmonies of #860DBB
Complementary color
Monochromatic Colors of #860DBB
Black with #860DBB
Text Example
Text Example
White with #860DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860DBB; }
p { color: rgb(134,13,187); }
H1.HeaderClassName
{
color: #860DBB;
}
.AnyTagClassName
{
color: #860DBB;
}
</style>
background-color css
<style>
a { background-color: #860DBB; }
a { background-color: rgb(134,13,187); }
div.DivClassName
{
background-color: #860DBB;
}
.BgClassName
{
background-color: #860DBB;
}
</style>
border-color css
<style>
span { border-color: #860DBB; }
span { border-color: rgb(134,13,187); }
td.TdClassName
{
border-color: #860DBB;
}
.TagClassName
{
border-color: #860DBB;
}
</style>