Shades of Dark Violet #860FC0
Tints of Dark Violet #860FC0
RGB
CMYK
RGB Variations
Color information
#860FC0 (or 0x860FC0) is known color: Dark Violet. HEX triplet: 86, 0F and C0. RGB value is (134,15,192). Sum of RGB (Red+Green+Blue) = 134+15+192=341 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.30% from 341); Green value is 15 (6.25% from 255 or 4.40% from 341); Blue value is 192 (75.39% from 255 or 56.30% from 341); Max value from RGB is 192 - color contains mainly: blue. Hex color #860FC0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #860FC0 is #79F03F. Grayscale: #464646. Windows color (decimal): -7991360 or 12586886. OLE color: 12586886.
HSL color Cylindrical-coordinate representation of color #860FC0: hue angle of 280.34º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #860FC0 is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 15 | 192 | - |
| CMYK | 0.30 | 0.92 | 0 | 0.25 |
| HSL | 280.34º | 0.86% | 0.41% | - |
| HSV(B) | 280.34º | 0.92% | 0.75% | - |
| XYZ | 19.52 | 9.22 | 50.62 | - |
| YUV | 70.76 | 196.42 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 15 | 192 | 0.30 | 0.92 | 0 | 0.25 | 280.34 | 0.86 | 0.41 |
| Hex | 86 | F | C0 | 1E | 5C | 0 | 19 | 118 | 56 | 29 |
| Octal | 206 | 17 | 300 | 36 | 134 | 0 | 31 | 430 | 126 | 51 |
| Binary | 10000110 | 1111 | 11000000 | 11110 | 1011100 | 0 | 11001 | 100011000 | 1010110 | 101001 |
Color Harmonies of #860FC0
Complementary color
Monochromatic Colors of #860FC0
Black with #860FC0
Text Example
Text Example
White with #860FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860FC0; }
p { color: rgb(134,15,192); }
H1.HeaderClassName
{
color: #860FC0;
}
.AnyTagClassName
{
color: #860FC0;
}
</style>
background-color css
<style>
a { background-color: #860FC0; }
a { background-color: rgb(134,15,192); }
div.DivClassName
{
background-color: #860FC0;
}
.BgClassName
{
background-color: #860FC0;
}
</style>
border-color css
<style>
span { border-color: #860FC0; }
span { border-color: rgb(134,15,192); }
td.TdClassName
{
border-color: #860FC0;
}
.TagClassName
{
border-color: #860FC0;
}
</style>