Shades of Dark Violet #860EDD
Tints of Dark Violet #860EDD
RGB
CMYK
RGB Variations
Color information
#860EDD (or 0x860EDD) is known color: Dark Violet. HEX triplet: 86, 0E and DD. RGB value is (134,14,221). Sum of RGB (Red+Green+Blue) = 134+14+221=369 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.31% from 369); Green value is 14 (5.86% from 255 or 3.79% from 369); Blue value is 221 (86.72% from 255 or 59.89% from 369); Max value from RGB is 221 - color contains mainly: blue. Hex color #860EDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #860EDD is #79F122. Grayscale: #484848. Windows color (decimal): -7991587 or 14487174. OLE color: 14487174.
HSL color Cylindrical-coordinate representation of color #860EDD: hue angle of 274.78º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #860EDD is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 14 | 221 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.13 |
| HSL | 274.78º | 0.88% | 0.46% | - |
| HSV(B) | 274.78º | 0.94% | 0.87% | - |
| XYZ | 23.04 | 10.6 | 69.24 | - |
| YUV | 73.48 | 211.26 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 14 | 221 | 0.39 | 0.94 | 0 | 0.13 | 274.78 | 0.88 | 0.46 |
| Hex | 86 | E | DD | 27 | 5E | 0 | D | 113 | 58 | 2E |
| Octal | 206 | 16 | 335 | 47 | 136 | 0 | 15 | 423 | 130 | 56 |
| Binary | 10000110 | 1110 | 11011101 | 100111 | 1011110 | 0 | 1101 | 100010011 | 1011000 | 101110 |
Color Harmonies of #860EDD
Complementary color
Monochromatic Colors of #860EDD
Black with #860EDD
Text Example
Text Example
White with #860EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860EDD; }
p { color: rgb(134,14,221); }
H1.HeaderClassName
{
color: #860EDD;
}
.AnyTagClassName
{
color: #860EDD;
}
</style>
background-color css
<style>
a { background-color: #860EDD; }
a { background-color: rgb(134,14,221); }
div.DivClassName
{
background-color: #860EDD;
}
.BgClassName
{
background-color: #860EDD;
}
</style>
border-color css
<style>
span { border-color: #860EDD; }
span { border-color: rgb(134,14,221); }
td.TdClassName
{
border-color: #860EDD;
}
.TagClassName
{
border-color: #860EDD;
}
</style>