Shades of Blue Violet #861CF0
Tints of Blue Violet #861CF0
RGB
CMYK
RGB Variations
Color information
#861CF0 (or 0x861CF0) is known color: Blue Violet. HEX triplet: 86, 1C and F0. RGB value is (134,28,240). Sum of RGB (Red+Green+Blue) = 134+28+240=402 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.33% from 402); Green value is 28 (11.33% from 255 or 6.97% from 402); Blue value is 240 (94.14% from 255 or 59.70% from 402); Max value from RGB is 240 - color contains mainly: blue. Hex color #861CF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #861CF0 is #79E30F. Grayscale: #535353. Windows color (decimal): -7987984 or 15735942. OLE color: 15735942.
HSL color Cylindrical-coordinate representation of color #861CF0: hue angle of 270º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #861CF0 is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 134 | 28 | 240 | - |
| CMYK | 0.44 | 0.88 | 0 | 0.06 |
| HSL | 270º | 0.88% | 0.53% | - |
| HSV(B) | 270º | 0.88% | 0.94% | - |
| XYZ | 25.97 | 12.19 | 83.42 | - |
| YUV | 83.86 | 216.12 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 28 | 240 | 0.44 | 0.88 | 0 | 0.06 | 270 | 0.88 | 0.53 |
| Hex | 86 | 1C | F0 | 2C | 58 | 0 | 6 | 10E | 58 | 35 |
| Octal | 206 | 34 | 360 | 54 | 130 | 0 | 6 | 416 | 130 | 65 |
| Binary | 10000110 | 11100 | 11110000 | 101100 | 1011000 | 0 | 110 | 100001110 | 1011000 | 110101 |
Color Harmonies of #861CF0
Complementary color
Monochromatic Colors of #861CF0
Black with #861CF0
Text Example
Text Example
White with #861CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861CF0; }
p { color: rgb(134,28,240); }
H1.HeaderClassName
{
color: #861CF0;
}
.AnyTagClassName
{
color: #861CF0;
}
</style>
background-color css
<style>
a { background-color: #861CF0; }
a { background-color: rgb(134,28,240); }
div.DivClassName
{
background-color: #861CF0;
}
.BgClassName
{
background-color: #861CF0;
}
</style>
border-color css
<style>
span { border-color: #861CF0; }
span { border-color: rgb(134,28,240); }
td.TdClassName
{
border-color: #861CF0;
}
.TagClassName
{
border-color: #861CF0;
}
</style>