Shades of Blue Violet #861FEB
Tints of Blue Violet #861FEB
RGB
CMYK
RGB Variations
Color information
#861FEB (or 0x861FEB) is known color: Blue Violet. HEX triplet: 86, 1F and EB. RGB value is (134,31,235). Sum of RGB (Red+Green+Blue) = 134+31+235=400 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.5% from 400); Green value is 31 (12.5% from 255 or 7.75% from 400); Blue value is 235 (92.19% from 255 or 58.75% from 400); Max value from RGB is 235 - color contains mainly: blue. Hex color #861FEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #861FEB is #79E014. Grayscale: #545454. Windows color (decimal): -7987221 or 15409030. OLE color: 15409030.
HSL color Cylindrical-coordinate representation of color #861FEB: hue angle of 270.29º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #861FEB is Cyan = 0.43, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 134 | 31 | 235 | - |
| CMYK | 0.43 | 0.87 | 0 | 0.08 |
| HSL | 270.29º | 0.84% | 0.52% | - |
| HSV(B) | 270.29º | 0.87% | 0.92% | - |
| XYZ | 25.32 | 12.05 | 79.59 | - |
| YUV | 85.05 | 212.62 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 31 | 235 | 0.43 | 0.87 | 0 | 0.08 | 270.29 | 0.84 | 0.52 |
| Hex | 86 | 1F | EB | 2B | 57 | 0 | 8 | 10E | 54 | 34 |
| Octal | 206 | 37 | 353 | 53 | 127 | 0 | 10 | 416 | 124 | 64 |
| Binary | 10000110 | 11111 | 11101011 | 101011 | 1010111 | 0 | 1000 | 100001110 | 1010100 | 110100 |
Color Harmonies of #861FEB
Complementary color
Monochromatic Colors of #861FEB
Black with #861FEB
Text Example
Text Example
White with #861FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861FEB; }
p { color: rgb(134,31,235); }
H1.HeaderClassName
{
color: #861FEB;
}
.AnyTagClassName
{
color: #861FEB;
}
</style>
background-color css
<style>
a { background-color: #861FEB; }
a { background-color: rgb(134,31,235); }
div.DivClassName
{
background-color: #861FEB;
}
.BgClassName
{
background-color: #861FEB;
}
</style>
border-color css
<style>
span { border-color: #861FEB; }
span { border-color: rgb(134,31,235); }
td.TdClassName
{
border-color: #861FEB;
}
.TagClassName
{
border-color: #861FEB;
}
</style>