Shades of Blue Violet #861EF4
Tints of Blue Violet #861EF4
RGB
CMYK
RGB Variations
Color information
#861EF4 (or 0x861EF4) is known color: Blue Violet. HEX triplet: 86, 1E and F4. RGB value is (134,30,244). Sum of RGB (Red+Green+Blue) = 134+30+244=408 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.84% from 408); Green value is 30 (12.11% from 255 or 7.35% from 408); Blue value is 244 (95.70% from 255 or 59.80% from 408); Max value from RGB is 244 - color contains mainly: blue. Hex color #861EF4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #861EF4 is #79E10B. Grayscale: #545454. Windows color (decimal): -7987468 or 15998598. OLE color: 15998598.
HSL color Cylindrical-coordinate representation of color #861EF4: hue angle of 269.16º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #861EF4 is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 134 | 30 | 244 | - |
| CMYK | 0.45 | 0.88 | 0 | 0.04 |
| HSL | 269.16º | 0.91% | 0.54% | - |
| HSV(B) | 269.16º | 0.88% | 0.96% | - |
| XYZ | 26.62 | 12.53 | 86.6 | - |
| YUV | 85.49 | 217.46 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 30 | 244 | 0.45 | 0.88 | 0 | 0.04 | 269.16 | 0.91 | 0.54 |
| Hex | 86 | 1E | F4 | 2D | 58 | 0 | 4 | 10D | 5B | 36 |
| Octal | 206 | 36 | 364 | 55 | 130 | 0 | 4 | 415 | 133 | 66 |
| Binary | 10000110 | 11110 | 11110100 | 101101 | 1011000 | 0 | 100 | 100001101 | 1011011 | 110110 |
Color Harmonies of #861EF4
Complementary color
Monochromatic Colors of #861EF4
Black with #861EF4
Text Example
Text Example
White with #861EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861EF4; }
p { color: rgb(134,30,244); }
H1.HeaderClassName
{
color: #861EF4;
}
.AnyTagClassName
{
color: #861EF4;
}
</style>
background-color css
<style>
a { background-color: #861EF4; }
a { background-color: rgb(134,30,244); }
div.DivClassName
{
background-color: #861EF4;
}
.BgClassName
{
background-color: #861EF4;
}
</style>
border-color css
<style>
span { border-color: #861EF4; }
span { border-color: rgb(134,30,244); }
td.TdClassName
{
border-color: #861EF4;
}
.TagClassName
{
border-color: #861EF4;
}
</style>