Shades of Blue Violet #861CF7
Tints of Blue Violet #861CF7
RGB
CMYK
RGB Variations
Color information
#861CF7 (or 0x861CF7) is known color: Blue Violet. HEX triplet: 86, 1C and F7. RGB value is (134,28,247). Sum of RGB (Red+Green+Blue) = 134+28+247=409 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.76% from 409); Green value is 28 (11.33% from 255 or 6.85% from 409); Blue value is 247 (96.88% from 255 or 60.39% from 409); Max value from RGB is 247 - color contains mainly: blue. Hex color #861CF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #861CF7 is #79E308. Grayscale: #535353. Windows color (decimal): -7987977 or 16194694. OLE color: 16194694.
HSL color Cylindrical-coordinate representation of color #861CF7: hue angle of 269.04º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #861CF7 is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 134 | 28 | 247 | - |
| CMYK | 0.46 | 0.89 | 0 | 0.03 |
| HSL | 269.04º | 0.93% | 0.54% | - |
| HSV(B) | 269.04º | 0.89% | 0.97% | - |
| XYZ | 27.04 | 12.61 | 89.01 | - |
| YUV | 84.66 | 219.62 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 28 | 247 | 0.46 | 0.89 | 0 | 0.03 | 269.04 | 0.93 | 0.54 |
| Hex | 86 | 1C | F7 | 2E | 59 | 0 | 3 | 10D | 5D | 36 |
| Octal | 206 | 34 | 367 | 56 | 131 | 0 | 3 | 415 | 135 | 66 |
| Binary | 10000110 | 11100 | 11110111 | 101110 | 1011001 | 0 | 11 | 100001101 | 1011101 | 110110 |
Color Harmonies of #861CF7
Complementary color
Monochromatic Colors of #861CF7
Black with #861CF7
Text Example
Text Example
White with #861CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861CF7; }
p { color: rgb(134,28,247); }
H1.HeaderClassName
{
color: #861CF7;
}
.AnyTagClassName
{
color: #861CF7;
}
</style>
background-color css
<style>
a { background-color: #861CF7; }
a { background-color: rgb(134,28,247); }
div.DivClassName
{
background-color: #861CF7;
}
.BgClassName
{
background-color: #861CF7;
}
</style>
border-color css
<style>
span { border-color: #861CF7; }
span { border-color: rgb(134,28,247); }
td.TdClassName
{
border-color: #861CF7;
}
.TagClassName
{
border-color: #861CF7;
}
</style>