Shades of Vivid Violet #861AAE
Tints of Vivid Violet #861AAE
RGB
CMYK
RGB Variations
Color information
#861AAE (or 0x861AAE) is known color: Vivid Violet. HEX triplet: 86, 1A and AE. RGB value is (134,26,174). Sum of RGB (Red+Green+Blue) = 134+26+174=334 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.12% from 334); Green value is 26 (10.55% from 255 or 7.78% from 334); Blue value is 174 (68.36% from 255 or 52.10% from 334); Max value from RGB is 174 - color contains mainly: blue. Hex color #861AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #861AAE is #79E551. Grayscale: #4A4A4A. Windows color (decimal): -7988562 or 11410054. OLE color: 11410054.
HSL color Cylindrical-coordinate representation of color #861AAE: hue angle of 283.78º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #861AAE is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 134 | 26 | 174 | - |
| CMYK | 0.23 | 0.85 | 0 | 0.32 |
| HSL | 283.78º | 0.74% | 0.39% | - |
| HSV(B) | 283.78º | 0.85% | 0.68% | - |
| XYZ | 17.84 | 8.86 | 40.81 | - |
| YUV | 75.16 | 183.78 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 26 | 174 | 0.23 | 0.85 | 0 | 0.32 | 283.78 | 0.74 | 0.39 |
| Hex | 86 | 1A | AE | 17 | 55 | 0 | 20 | 11C | 4A | 27 |
| Octal | 206 | 32 | 256 | 27 | 125 | 0 | 40 | 434 | 112 | 47 |
| Binary | 10000110 | 11010 | 10101110 | 10111 | 1010101 | 0 | 100000 | 100011100 | 1001010 | 100111 |
Color Harmonies of #861AAE
Complementary color
Monochromatic Colors of #861AAE
Black with #861AAE
Text Example
Text Example
White with #861AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861AAE; }
p { color: rgb(134,26,174); }
H1.HeaderClassName
{
color: #861AAE;
}
.AnyTagClassName
{
color: #861AAE;
}
</style>
background-color css
<style>
a { background-color: #861AAE; }
a { background-color: rgb(134,26,174); }
div.DivClassName
{
background-color: #861AAE;
}
.BgClassName
{
background-color: #861AAE;
}
</style>
border-color css
<style>
span { border-color: #861AAE; }
span { border-color: rgb(134,26,174); }
td.TdClassName
{
border-color: #861AAE;
}
.TagClassName
{
border-color: #861AAE;
}
</style>