Shades of Vivid Violet #861BA1
Tints of Vivid Violet #861BA1
RGB
CMYK
RGB Variations
Color information
#861BA1 (or 0x861BA1) is known color: Vivid Violet. HEX triplet: 86, 1B and A1. RGB value is (134,27,161). Sum of RGB (Red+Green+Blue) = 134+27+161=322 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.61% from 322); Green value is 27 (10.94% from 255 or 8.39% from 322); Blue value is 161 (63.28% from 255 or 50% from 322); Max value from RGB is 161 - color contains mainly: blue. Hex color #861BA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #861BA1 is #79E45E. Grayscale: #494949. Windows color (decimal): -7988319 or 10558342. OLE color: 10558342.
HSL color Cylindrical-coordinate representation of color #861BA1: hue angle of 287.91º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #861BA1 is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 134 | 27 | 161 | - |
| CMYK | 0.17 | 0.83 | 0 | 0.37 |
| HSL | 287.91º | 0.71% | 0.37% | - |
| HSV(B) | 287.91º | 0.83% | 0.63% | - |
| XYZ | 16.66 | 8.43 | 34.47 | - |
| YUV | 74.27 | 176.95 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 27 | 161 | 0.17 | 0.83 | 0 | 0.37 | 287.91 | 0.71 | 0.37 |
| Hex | 86 | 1B | A1 | 11 | 53 | 0 | 25 | 120 | 47 | 25 |
| Octal | 206 | 33 | 241 | 21 | 123 | 0 | 45 | 440 | 107 | 45 |
| Binary | 10000110 | 11011 | 10100001 | 10001 | 1010011 | 0 | 100101 | 100100000 | 1000111 | 100101 |
Color Harmonies of #861BA1
Complementary color
Monochromatic Colors of #861BA1
Black with #861BA1
Text Example
Text Example
White with #861BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861BA1; }
p { color: rgb(134,27,161); }
H1.HeaderClassName
{
color: #861BA1;
}
.AnyTagClassName
{
color: #861BA1;
}
</style>
background-color css
<style>
a { background-color: #861BA1; }
a { background-color: rgb(134,27,161); }
div.DivClassName
{
background-color: #861BA1;
}
.BgClassName
{
background-color: #861BA1;
}
</style>
border-color css
<style>
span { border-color: #861BA1; }
span { border-color: rgb(134,27,161); }
td.TdClassName
{
border-color: #861BA1;
}
.TagClassName
{
border-color: #861BA1;
}
</style>