Shades of Dark Violet #860CC7
Tints of Dark Violet #860CC7
RGB
CMYK
RGB Variations
Color information
#860CC7 (or 0x860CC7) is known color: Dark Violet. HEX triplet: 86, 0C and C7. RGB value is (134,12,199). Sum of RGB (Red+Green+Blue) = 134+12+199=345 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.84% from 345); Green value is 12 (5.08% from 255 or 3.48% from 345); Blue value is 199 (78.12% from 255 or 57.68% from 345); Max value from RGB is 199 - color contains mainly: blue. Hex color #860CC7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #860CC7 is #79F338. Grayscale: #454545. Windows color (decimal): -7992121 or 13044870. OLE color: 13044870.
HSL color Cylindrical-coordinate representation of color #860CC7: hue angle of 279.14º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #860CC7 is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 134 | 12 | 199 | - |
| CMYK | 0.33 | 0.94 | 0 | 0.22 |
| HSL | 279.14º | 0.89% | 0.41% | - |
| HSV(B) | 279.14º | 0.94% | 0.78% | - |
| XYZ | 20.27 | 9.45 | 54.79 | - |
| YUV | 69.8 | 200.92 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 12 | 199 | 0.33 | 0.94 | 0 | 0.22 | 279.14 | 0.89 | 0.41 |
| Hex | 86 | C | C7 | 21 | 5E | 0 | 16 | 117 | 59 | 29 |
| Octal | 206 | 14 | 307 | 41 | 136 | 0 | 26 | 427 | 131 | 51 |
| Binary | 10000110 | 1100 | 11000111 | 100001 | 1011110 | 0 | 10110 | 100010111 | 1011001 | 101001 |
Color Harmonies of #860CC7
Complementary color
Monochromatic Colors of #860CC7
Black with #860CC7
Text Example
Text Example
White with #860CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860CC7; }
p { color: rgb(134,12,199); }
H1.HeaderClassName
{
color: #860CC7;
}
.AnyTagClassName
{
color: #860CC7;
}
</style>
background-color css
<style>
a { background-color: #860CC7; }
a { background-color: rgb(134,12,199); }
div.DivClassName
{
background-color: #860CC7;
}
.BgClassName
{
background-color: #860CC7;
}
</style>
border-color css
<style>
span { border-color: #860CC7; }
span { border-color: rgb(134,12,199); }
td.TdClassName
{
border-color: #860CC7;
}
.TagClassName
{
border-color: #860CC7;
}
</style>