Shades of Blue Violet #861CEA
Tints of Blue Violet #861CEA
RGB
CMYK
RGB Variations
Color information
#861CEA (or 0x861CEA) is known color: Blue Violet. HEX triplet: 86, 1C and EA. RGB value is (134,28,234). Sum of RGB (Red+Green+Blue) = 134+28+234=396 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.84% from 396); Green value is 28 (11.33% from 255 or 7.07% from 396); Blue value is 234 (91.80% from 255 or 59.09% from 396); Max value from RGB is 234 - color contains mainly: blue. Hex color #861CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #861CEA is #79E315. Grayscale: #525252. Windows color (decimal): -7987990 or 15342726. OLE color: 15342726.
HSL color Cylindrical-coordinate representation of color #861CEA: hue angle of 270.87º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #861CEA is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 134 | 28 | 234 | - |
| CMYK | 0.43 | 0.88 | 0 | 0.08 |
| HSL | 270.87º | 0.83% | 0.51% | - |
| HSV(B) | 270.87º | 0.88% | 0.92% | - |
| XYZ | 25.1 | 11.84 | 78.8 | - |
| YUV | 83.18 | 213.12 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 28 | 234 | 0.43 | 0.88 | 0 | 0.08 | 270.87 | 0.83 | 0.51 |
| Hex | 86 | 1C | EA | 2B | 58 | 0 | 8 | 10F | 53 | 33 |
| Octal | 206 | 34 | 352 | 53 | 130 | 0 | 10 | 417 | 123 | 63 |
| Binary | 10000110 | 11100 | 11101010 | 101011 | 1011000 | 0 | 1000 | 100001111 | 1010011 | 110011 |
Color Harmonies of #861CEA
Complementary color
Monochromatic Colors of #861CEA
Black with #861CEA
Text Example
Text Example
White with #861CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861CEA; }
p { color: rgb(134,28,234); }
H1.HeaderClassName
{
color: #861CEA;
}
.AnyTagClassName
{
color: #861CEA;
}
</style>
background-color css
<style>
a { background-color: #861CEA; }
a { background-color: rgb(134,28,234); }
div.DivClassName
{
background-color: #861CEA;
}
.BgClassName
{
background-color: #861CEA;
}
</style>
border-color css
<style>
span { border-color: #861CEA; }
span { border-color: rgb(134,28,234); }
td.TdClassName
{
border-color: #861CEA;
}
.TagClassName
{
border-color: #861CEA;
}
</style>