Shades of Dark Violet #860DB5
Tints of Dark Violet #860DB5
RGB
CMYK
RGB Variations
Color information
#860DB5 (or 0x860DB5) is known color: Dark Violet. HEX triplet: 86, 0D and B5. RGB value is (134,13,181). Sum of RGB (Red+Green+Blue) = 134+13+181=328 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.85% from 328); Green value is 13 (5.47% from 255 or 3.96% from 328); Blue value is 181 (71.09% from 255 or 55.18% from 328); Max value from RGB is 181 - color contains mainly: blue. Hex color #860DB5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #860DB5 is #79F24A. Grayscale: #434343. Windows color (decimal): -7991883 or 11865478. OLE color: 11865478.
HSL color Cylindrical-coordinate representation of color #860DB5: hue angle of 283.21º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #860DB5 is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 13 | 181 | - |
| CMYK | 0.26 | 0.93 | 0 | 0.29 |
| HSL | 283.21º | 0.87% | 0.38% | - |
| HSV(B) | 283.21º | 0.93% | 0.71% | - |
| XYZ | 18.32 | 8.69 | 44.43 | - |
| YUV | 68.33 | 191.59 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 13 | 181 | 0.26 | 0.93 | 0 | 0.29 | 283.21 | 0.87 | 0.38 |
| Hex | 86 | D | B5 | 1A | 5D | 0 | 1D | 11B | 57 | 26 |
| Octal | 206 | 15 | 265 | 32 | 135 | 0 | 35 | 433 | 127 | 46 |
| Binary | 10000110 | 1101 | 10110101 | 11010 | 1011101 | 0 | 11101 | 100011011 | 1010111 | 100110 |
Color Harmonies of #860DB5
Complementary color
Monochromatic Colors of #860DB5
Black with #860DB5
Text Example
Text Example
White with #860DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860DB5; }
p { color: rgb(134,13,181); }
H1.HeaderClassName
{
color: #860DB5;
}
.AnyTagClassName
{
color: #860DB5;
}
</style>
background-color css
<style>
a { background-color: #860DB5; }
a { background-color: rgb(134,13,181); }
div.DivClassName
{
background-color: #860DB5;
}
.BgClassName
{
background-color: #860DB5;
}
</style>
border-color css
<style>
span { border-color: #860DB5; }
span { border-color: rgb(134,13,181); }
td.TdClassName
{
border-color: #860DB5;
}
.TagClassName
{
border-color: #860DB5;
}
</style>