Shades of Dark Violet #860DAE
Tints of Dark Violet #860DAE
RGB
CMYK
RGB Variations
Color information
#860DAE (or 0x860DAE) is known color: Dark Violet. HEX triplet: 86, 0D and AE. RGB value is (134,13,174). Sum of RGB (Red+Green+Blue) = 134+13+174=321 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.74% from 321); Green value is 13 (5.47% from 255 or 4.05% from 321); Blue value is 174 (68.36% from 255 or 54.21% from 321); Max value from RGB is 174 - color contains mainly: blue. Hex color #860DAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860DAE is #79F251. Grayscale: #434343. Windows color (decimal): -7991890 or 11406726. OLE color: 11406726.
HSL color Cylindrical-coordinate representation of color #860DAE: hue angle of 285.09º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #860DAE is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 134 | 13 | 174 | - |
| CMYK | 0.23 | 0.93 | 0 | 0.32 |
| HSL | 285.09º | 0.86% | 0.37% | - |
| HSV(B) | 285.09º | 0.93% | 0.68% | - |
| XYZ | 17.62 | 8.41 | 40.74 | - |
| YUV | 67.53 | 188.09 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 13 | 174 | 0.23 | 0.93 | 0 | 0.32 | 285.09 | 0.86 | 0.37 |
| Hex | 86 | D | AE | 17 | 5D | 0 | 20 | 11D | 56 | 25 |
| Octal | 206 | 15 | 256 | 27 | 135 | 0 | 40 | 435 | 126 | 45 |
| Binary | 10000110 | 1101 | 10101110 | 10111 | 1011101 | 0 | 100000 | 100011101 | 1010110 | 100101 |
Color Harmonies of #860DAE
Complementary color
Monochromatic Colors of #860DAE
Black with #860DAE
Text Example
Text Example
White with #860DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860DAE; }
p { color: rgb(134,13,174); }
H1.HeaderClassName
{
color: #860DAE;
}
.AnyTagClassName
{
color: #860DAE;
}
</style>
background-color css
<style>
a { background-color: #860DAE; }
a { background-color: rgb(134,13,174); }
div.DivClassName
{
background-color: #860DAE;
}
.BgClassName
{
background-color: #860DAE;
}
</style>
border-color css
<style>
span { border-color: #860DAE; }
span { border-color: rgb(134,13,174); }
td.TdClassName
{
border-color: #860DAE;
}
.TagClassName
{
border-color: #860DAE;
}
</style>