Shades of Blue Violet #861BEA
Tints of Blue Violet #861BEA
RGB
CMYK
RGB Variations
Color information
#861BEA (or 0x861BEA) is known color: Blue Violet. HEX triplet: 86, 1B and EA. RGB value is (134,27,234). Sum of RGB (Red+Green+Blue) = 134+27+234=395 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.92% from 395); Green value is 27 (10.94% from 255 or 6.84% from 395); Blue value is 234 (91.80% from 255 or 59.24% from 395); Max value from RGB is 234 - color contains mainly: blue. Hex color #861BEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #861BEA is #79E415. Grayscale: #515151. Windows color (decimal): -7988246 or 15342470. OLE color: 15342470.
HSL color Cylindrical-coordinate representation of color #861BEA: hue angle of 271.01º 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 #861BEA is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 134 | 27 | 234 | - |
| CMYK | 0.43 | 0.88 | 0 | 0.08 |
| HSL | 271.01º | 0.83% | 0.51% | - |
| HSV(B) | 271.01º | 0.88% | 0.92% | - |
| XYZ | 25.07 | 11.79 | 78.8 | - |
| YUV | 82.59 | 213.45 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 27 | 234 | 0.43 | 0.88 | 0 | 0.08 | 271.01 | 0.83 | 0.51 |
| Hex | 86 | 1B | EA | 2B | 58 | 0 | 8 | 10F | 53 | 33 |
| Octal | 206 | 33 | 352 | 53 | 130 | 0 | 10 | 417 | 123 | 63 |
| Binary | 10000110 | 11011 | 11101010 | 101011 | 1011000 | 0 | 1000 | 100001111 | 1010011 | 110011 |
Color Harmonies of #861BEA
Complementary color
Monochromatic Colors of #861BEA
Black with #861BEA
Text Example
Text Example
White with #861BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861BEA; }
p { color: rgb(134,27,234); }
H1.HeaderClassName
{
color: #861BEA;
}
.AnyTagClassName
{
color: #861BEA;
}
</style>
background-color css
<style>
a { background-color: #861BEA; }
a { background-color: rgb(134,27,234); }
div.DivClassName
{
background-color: #861BEA;
}
.BgClassName
{
background-color: #861BEA;
}
</style>
border-color css
<style>
span { border-color: #861BEA; }
span { border-color: rgb(134,27,234); }
td.TdClassName
{
border-color: #861BEA;
}
.TagClassName
{
border-color: #861BEA;
}
</style>