Shades of Vivid Violet #861EA0
Tints of Vivid Violet #861EA0
RGB
CMYK
RGB Variations
Color information
#861EA0 (or 0x861EA0) is known color: Vivid Violet. HEX triplet: 86, 1E and A0. RGB value is (134,30,160). Sum of RGB (Red+Green+Blue) = 134+30+160=324 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.36% from 324); Green value is 30 (12.11% from 255 or 9.26% from 324); Blue value is 160 (62.89% from 255 or 49.38% from 324); Max value from RGB is 160 - color contains mainly: blue. Hex color #861EA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #861EA0 is #79E15F. Grayscale: #4B4B4B. Windows color (decimal): -7987552 or 10493574. OLE color: 10493574.
HSL color Cylindrical-coordinate representation of color #861EA0: hue angle of 288º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #861EA0 is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 134 | 30 | 160 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.37 |
| HSL | 288º | 0.68% | 0.37% | - |
| HSV(B) | 288º | 0.81% | 0.63% | - |
| XYZ | 16.64 | 8.53 | 34.03 | - |
| YUV | 75.92 | 175.46 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 30 | 160 | 0.16 | 0.81 | 0 | 0.37 | 288 | 0.68 | 0.37 |
| Hex | 86 | 1E | A0 | 10 | 51 | 0 | 25 | 120 | 44 | 25 |
| Octal | 206 | 36 | 240 | 20 | 121 | 0 | 45 | 440 | 104 | 45 |
| Binary | 10000110 | 11110 | 10100000 | 10000 | 1010001 | 0 | 100101 | 100100000 | 1000100 | 100101 |
Color Harmonies of #861EA0
Complementary color
Monochromatic Colors of #861EA0
Black with #861EA0
Text Example
Text Example
White with #861EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861EA0; }
p { color: rgb(134,30,160); }
H1.HeaderClassName
{
color: #861EA0;
}
.AnyTagClassName
{
color: #861EA0;
}
</style>
background-color css
<style>
a { background-color: #861EA0; }
a { background-color: rgb(134,30,160); }
div.DivClassName
{
background-color: #861EA0;
}
.BgClassName
{
background-color: #861EA0;
}
</style>
border-color css
<style>
span { border-color: #861EA0; }
span { border-color: rgb(134,30,160); }
td.TdClassName
{
border-color: #861EA0;
}
.TagClassName
{
border-color: #861EA0;
}
</style>