Shades of Dark Violet #860CDF
Tints of Dark Violet #860CDF
RGB
CMYK
RGB Variations
Color information
#860CDF (or 0x860CDF) is known color: Dark Violet. HEX triplet: 86, 0C and DF. RGB value is (134,12,223). Sum of RGB (Red+Green+Blue) = 134+12+223=369 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.31% from 369); Green value is 12 (5.08% from 255 or 3.25% from 369); Blue value is 223 (87.5% from 255 or 60.43% from 369); Max value from RGB is 223 - color contains mainly: blue. Hex color #860CDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #860CDF is #79F320. Grayscale: #474747. Windows color (decimal): -7992097 or 14617734. OLE color: 14617734.
HSL color Cylindrical-coordinate representation of color #860CDF: hue angle of 274.69º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #860CDF is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 12 | 223 | - |
| CMYK | 0.40 | 0.95 | 0 | 0.13 |
| HSL | 274.69º | 0.9% | 0.46% | - |
| HSV(B) | 274.69º | 0.95% | 0.87% | - |
| XYZ | 23.28 | 10.66 | 70.64 | - |
| YUV | 72.53 | 212.92 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 12 | 223 | 0.40 | 0.95 | 0 | 0.13 | 274.69 | 0.9 | 0.46 |
| Hex | 86 | C | DF | 28 | 5F | 0 | D | 113 | 5A | 2E |
| Octal | 206 | 14 | 337 | 50 | 137 | 0 | 15 | 423 | 132 | 56 |
| Binary | 10000110 | 1100 | 11011111 | 101000 | 1011111 | 0 | 1101 | 100010011 | 1011010 | 101110 |
Color Harmonies of #860CDF
Complementary color
Monochromatic Colors of #860CDF
Black with #860CDF
Text Example
Text Example
White with #860CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860CDF; }
p { color: rgb(134,12,223); }
H1.HeaderClassName
{
color: #860CDF;
}
.AnyTagClassName
{
color: #860CDF;
}
</style>
background-color css
<style>
a { background-color: #860CDF; }
a { background-color: rgb(134,12,223); }
div.DivClassName
{
background-color: #860CDF;
}
.BgClassName
{
background-color: #860CDF;
}
</style>
border-color css
<style>
span { border-color: #860CDF; }
span { border-color: rgb(134,12,223); }
td.TdClassName
{
border-color: #860CDF;
}
.TagClassName
{
border-color: #860CDF;
}
</style>