Shades of Dark Violet #860ECD
Tints of Dark Violet #860ECD
RGB
CMYK
RGB Variations
Color information
#860ECD (or 0x860ECD) is known color: Dark Violet. HEX triplet: 86, 0E and CD. RGB value is (134,14,205). Sum of RGB (Red+Green+Blue) = 134+14+205=353 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.96% from 353); Green value is 14 (5.86% from 255 or 3.97% from 353); Blue value is 205 (80.47% from 255 or 58.07% from 353); Max value from RGB is 205 - color contains mainly: blue. Hex color #860ECD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #860ECD is #79F132. Grayscale: #474747. Windows color (decimal): -7991603 or 13438598. OLE color: 13438598.
HSL color Cylindrical-coordinate representation of color #860ECD: hue angle of 277.7º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #860ECD is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 14 | 205 | - |
| CMYK | 0.35 | 0.93 | 0 | 0.20 |
| HSL | 277.7º | 0.87% | 0.43% | - |
| HSV(B) | 277.7º | 0.93% | 0.8% | - |
| XYZ | 21.01 | 9.79 | 58.54 | - |
| YUV | 71.65 | 203.26 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 14 | 205 | 0.35 | 0.93 | 0 | 0.20 | 277.7 | 0.87 | 0.43 |
| Hex | 86 | E | CD | 23 | 5D | 0 | 14 | 116 | 57 | 2B |
| Octal | 206 | 16 | 315 | 43 | 135 | 0 | 24 | 426 | 127 | 53 |
| Binary | 10000110 | 1110 | 11001101 | 100011 | 1011101 | 0 | 10100 | 100010110 | 1010111 | 101011 |
Color Harmonies of #860ECD
Complementary color
Monochromatic Colors of #860ECD
Black with #860ECD
Text Example
Text Example
White with #860ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860ECD; }
p { color: rgb(134,14,205); }
H1.HeaderClassName
{
color: #860ECD;
}
.AnyTagClassName
{
color: #860ECD;
}
</style>
background-color css
<style>
a { background-color: #860ECD; }
a { background-color: rgb(134,14,205); }
div.DivClassName
{
background-color: #860ECD;
}
.BgClassName
{
background-color: #860ECD;
}
</style>
border-color css
<style>
span { border-color: #860ECD; }
span { border-color: rgb(134,14,205); }
td.TdClassName
{
border-color: #860ECD;
}
.TagClassName
{
border-color: #860ECD;
}
</style>