Shades of Dark Violet #860DDC
Tints of Dark Violet #860DDC
RGB
CMYK
RGB Variations
Color information
#860DDC (or 0x860DDC) is known color: Dark Violet. HEX triplet: 86, 0D and DC. RGB value is (134,13,220). Sum of RGB (Red+Green+Blue) = 134+13+220=367 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.51% from 367); Green value is 13 (5.47% from 255 or 3.54% from 367); Blue value is 220 (86.33% from 255 or 59.95% from 367); Max value from RGB is 220 - color contains mainly: blue. Hex color #860DDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #860DDC is #79F223. Grayscale: #484848. Windows color (decimal): -7991844 or 14421382. OLE color: 14421382.
HSL color Cylindrical-coordinate representation of color #860DDC: hue angle of 275.07º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #860DDC is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 13 | 220 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.14 |
| HSL | 275.07º | 0.89% | 0.46% | - |
| HSV(B) | 275.07º | 0.94% | 0.86% | - |
| XYZ | 22.89 | 10.52 | 68.53 | - |
| YUV | 72.78 | 211.09 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 13 | 220 | 0.39 | 0.94 | 0 | 0.14 | 275.07 | 0.89 | 0.46 |
| Hex | 86 | D | DC | 27 | 5E | 0 | E | 113 | 59 | 2E |
| Octal | 206 | 15 | 334 | 47 | 136 | 0 | 16 | 423 | 131 | 56 |
| Binary | 10000110 | 1101 | 11011100 | 100111 | 1011110 | 0 | 1110 | 100010011 | 1011001 | 101110 |
Color Harmonies of #860DDC
Complementary color
Monochromatic Colors of #860DDC
Black with #860DDC
Text Example
Text Example
White with #860DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860DDC; }
p { color: rgb(134,13,220); }
H1.HeaderClassName
{
color: #860DDC;
}
.AnyTagClassName
{
color: #860DDC;
}
</style>
background-color css
<style>
a { background-color: #860DDC; }
a { background-color: rgb(134,13,220); }
div.DivClassName
{
background-color: #860DDC;
}
.BgClassName
{
background-color: #860DDC;
}
</style>
border-color css
<style>
span { border-color: #860DDC; }
span { border-color: rgb(134,13,220); }
td.TdClassName
{
border-color: #860DDC;
}
.TagClassName
{
border-color: #860DDC;
}
</style>