Shades of Dark Violet #860EDF
Tints of Dark Violet #860EDF
RGB
CMYK
RGB Variations
Color information
#860EDF (or 0x860EDF) is known color: Dark Violet. HEX triplet: 86, 0E and DF. RGB value is (134,14,223). Sum of RGB (Red+Green+Blue) = 134+14+223=371 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.12% from 371); Green value is 14 (5.86% from 255 or 3.77% from 371); Blue value is 223 (87.5% from 255 or 60.11% from 371); Max value from RGB is 223 - color contains mainly: blue. Hex color #860EDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #860EDF is #79F120. Grayscale: #484848. Windows color (decimal): -7991585 or 14618246. OLE color: 14618246.
HSL color Cylindrical-coordinate representation of color #860EDF: hue angle of 274.45º 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 #860EDF is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 14 | 223 | - |
| CMYK | 0.40 | 0.94 | 0 | 0.13 |
| HSL | 274.45º | 0.88% | 0.46% | - |
| HSV(B) | 274.45º | 0.94% | 0.87% | - |
| XYZ | 23.31 | 10.71 | 70.65 | - |
| YUV | 73.71 | 212.26 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 14 | 223 | 0.40 | 0.94 | 0 | 0.13 | 274.45 | 0.88 | 0.46 |
| Hex | 86 | E | DF | 28 | 5E | 0 | D | 112 | 58 | 2E |
| Octal | 206 | 16 | 337 | 50 | 136 | 0 | 15 | 422 | 130 | 56 |
| Binary | 10000110 | 1110 | 11011111 | 101000 | 1011110 | 0 | 1101 | 100010010 | 1011000 | 101110 |
Color Harmonies of #860EDF
Complementary color
Monochromatic Colors of #860EDF
Black with #860EDF
Text Example
Text Example
White with #860EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860EDF; }
p { color: rgb(134,14,223); }
H1.HeaderClassName
{
color: #860EDF;
}
.AnyTagClassName
{
color: #860EDF;
}
</style>
background-color css
<style>
a { background-color: #860EDF; }
a { background-color: rgb(134,14,223); }
div.DivClassName
{
background-color: #860EDF;
}
.BgClassName
{
background-color: #860EDF;
}
</style>
border-color css
<style>
span { border-color: #860EDF; }
span { border-color: rgb(134,14,223); }
td.TdClassName
{
border-color: #860EDF;
}
.TagClassName
{
border-color: #860EDF;
}
</style>