Shades of Dark Violet #860FC1
Tints of Dark Violet #860FC1
RGB
CMYK
RGB Variations
Color information
#860FC1 (or 0x860FC1) is known color: Dark Violet. HEX triplet: 86, 0F and C1. RGB value is (134,15,193). Sum of RGB (Red+Green+Blue) = 134+15+193=342 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.18% from 342); Green value is 15 (6.25% from 255 or 4.39% from 342); Blue value is 193 (75.78% from 255 or 56.43% from 342); Max value from RGB is 193 - color contains mainly: blue. Hex color #860FC1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #860FC1 is #79F03E. Grayscale: #464646. Windows color (decimal): -7991359 or 12652422. OLE color: 12652422.
HSL color Cylindrical-coordinate representation of color #860FC1: hue angle of 280.11º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #860FC1 is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 134 | 15 | 193 | - |
| CMYK | 0.31 | 0.92 | 0 | 0.24 |
| HSL | 280.11º | 0.86% | 0.41% | - |
| HSV(B) | 280.11º | 0.92% | 0.76% | - |
| XYZ | 19.63 | 9.26 | 51.2 | - |
| YUV | 70.87 | 196.92 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 15 | 193 | 0.31 | 0.92 | 0 | 0.24 | 280.11 | 0.86 | 0.41 |
| Hex | 86 | F | C1 | 1F | 5C | 0 | 18 | 118 | 56 | 29 |
| Octal | 206 | 17 | 301 | 37 | 134 | 0 | 30 | 430 | 126 | 51 |
| Binary | 10000110 | 1111 | 11000001 | 11111 | 1011100 | 0 | 11000 | 100011000 | 1010110 | 101001 |
Color Harmonies of #860FC1
Complementary color
Monochromatic Colors of #860FC1
Black with #860FC1
Text Example
Text Example
White with #860FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860FC1; }
p { color: rgb(134,15,193); }
H1.HeaderClassName
{
color: #860FC1;
}
.AnyTagClassName
{
color: #860FC1;
}
</style>
background-color css
<style>
a { background-color: #860FC1; }
a { background-color: rgb(134,15,193); }
div.DivClassName
{
background-color: #860FC1;
}
.BgClassName
{
background-color: #860FC1;
}
</style>
border-color css
<style>
span { border-color: #860FC1; }
span { border-color: rgb(134,15,193); }
td.TdClassName
{
border-color: #860FC1;
}
.TagClassName
{
border-color: #860FC1;
}
</style>