Shades of Dark Violet #860ACF
Tints of Dark Violet #860ACF
RGB
CMYK
RGB Variations
Color information
#860ACF (or 0x860ACF) is known color: Dark Violet. HEX triplet: 86, 0A and CF. RGB value is (134,10,207). Sum of RGB (Red+Green+Blue) = 134+10+207=351 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.18% from 351); Green value is 10 (4.30% from 255 or 2.85% from 351); Blue value is 207 (81.25% from 255 or 58.97% from 351); Max value from RGB is 207 - color contains mainly: blue. Hex color #860ACF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #860ACF is #79F530. Grayscale: #444444. Windows color (decimal): -7992625 or 13568646. OLE color: 13568646.
HSL color Cylindrical-coordinate representation of color #860ACF: hue angle of 277.77º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #860ACF is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 10 | 207 | - |
| CMYK | 0.35 | 0.95 | 0 | 0.19 |
| HSL | 277.77º | 0.91% | 0.43% | - |
| HSV(B) | 277.77º | 0.95% | 0.81% | - |
| XYZ | 21.2 | 9.79 | 59.8 | - |
| YUV | 69.53 | 205.58 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 10 | 207 | 0.35 | 0.95 | 0 | 0.19 | 277.77 | 0.91 | 0.43 |
| Hex | 86 | A | CF | 23 | 5F | 0 | 13 | 116 | 5B | 2B |
| Octal | 206 | 12 | 317 | 43 | 137 | 0 | 23 | 426 | 133 | 53 |
| Binary | 10000110 | 1010 | 11001111 | 100011 | 1011111 | 0 | 10011 | 100010110 | 1011011 | 101011 |
Color Harmonies of #860ACF
Complementary color
Monochromatic Colors of #860ACF
Black with #860ACF
Text Example
Text Example
White with #860ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860ACF; }
p { color: rgb(134,10,207); }
H1.HeaderClassName
{
color: #860ACF;
}
.AnyTagClassName
{
color: #860ACF;
}
</style>
background-color css
<style>
a { background-color: #860ACF; }
a { background-color: rgb(134,10,207); }
div.DivClassName
{
background-color: #860ACF;
}
.BgClassName
{
background-color: #860ACF;
}
</style>
border-color css
<style>
span { border-color: #860ACF; }
span { border-color: rgb(134,10,207); }
td.TdClassName
{
border-color: #860ACF;
}
.TagClassName
{
border-color: #860ACF;
}
</style>