Shades of Dark Violet #860CC8
Tints of Dark Violet #860CC8
RGB
CMYK
RGB Variations
Color information
#860CC8 (or 0x860CC8) is known color: Dark Violet. HEX triplet: 86, 0C and C8. RGB value is (134,12,200). Sum of RGB (Red+Green+Blue) = 134+12+200=346 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.73% from 346); Green value is 12 (5.08% from 255 or 3.47% from 346); Blue value is 200 (78.52% from 255 or 57.80% from 346); Max value from RGB is 200 - color contains mainly: blue. Hex color #860CC8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #860CC8 is #79F337. Grayscale: #454545. Windows color (decimal): -7992120 or 13110406. OLE color: 13110406.
HSL color Cylindrical-coordinate representation of color #860CC8: hue angle of 278.94º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #860CC8 is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 134 | 12 | 200 | - |
| CMYK | 0.33 | 0.94 | 0 | 0.22 |
| HSL | 278.94º | 0.89% | 0.42% | - |
| HSV(B) | 278.94º | 0.94% | 0.78% | - |
| XYZ | 20.39 | 9.5 | 55.4 | - |
| YUV | 69.91 | 201.42 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 12 | 200 | 0.33 | 0.94 | 0 | 0.22 | 278.94 | 0.89 | 0.42 |
| Hex | 86 | C | C8 | 21 | 5E | 0 | 16 | 117 | 59 | 2A |
| Octal | 206 | 14 | 310 | 41 | 136 | 0 | 26 | 427 | 131 | 52 |
| Binary | 10000110 | 1100 | 11001000 | 100001 | 1011110 | 0 | 10110 | 100010111 | 1011001 | 101010 |
Color Harmonies of #860CC8
Complementary color
Monochromatic Colors of #860CC8
Black with #860CC8
Text Example
Text Example
White with #860CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860CC8; }
p { color: rgb(134,12,200); }
H1.HeaderClassName
{
color: #860CC8;
}
.AnyTagClassName
{
color: #860CC8;
}
</style>
background-color css
<style>
a { background-color: #860CC8; }
a { background-color: rgb(134,12,200); }
div.DivClassName
{
background-color: #860CC8;
}
.BgClassName
{
background-color: #860CC8;
}
</style>
border-color css
<style>
span { border-color: #860CC8; }
span { border-color: rgb(134,12,200); }
td.TdClassName
{
border-color: #860CC8;
}
.TagClassName
{
border-color: #860CC8;
}
</style>