Shades of Blue Violet #861CF6
Tints of Blue Violet #861CF6
RGB
CMYK
RGB Variations
Color information
#861CF6 (or 0x861CF6) is known color: Blue Violet. HEX triplet: 86, 1C and F6. RGB value is (134,28,246). Sum of RGB (Red+Green+Blue) = 134+28+246=408 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.84% from 408); Green value is 28 (11.33% from 255 or 6.86% from 408); Blue value is 246 (96.48% from 255 or 60.29% from 408); Max value from RGB is 246 - color contains mainly: blue. Hex color #861CF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #861CF6 is #79E309. Grayscale: #535353. Windows color (decimal): -7987978 or 16129158. OLE color: 16129158.
HSL color Cylindrical-coordinate representation of color #861CF6: hue angle of 269.17º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #861CF6 is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 134 | 28 | 246 | - |
| CMYK | 0.46 | 0.89 | 0 | 0.04 |
| HSL | 269.17º | 0.92% | 0.54% | - |
| HSV(B) | 269.17º | 0.89% | 0.96% | - |
| XYZ | 26.88 | 12.55 | 88.19 | - |
| YUV | 84.55 | 219.12 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 28 | 246 | 0.46 | 0.89 | 0 | 0.04 | 269.17 | 0.92 | 0.54 |
| Hex | 86 | 1C | F6 | 2E | 59 | 0 | 4 | 10D | 5C | 36 |
| Octal | 206 | 34 | 366 | 56 | 131 | 0 | 4 | 415 | 134 | 66 |
| Binary | 10000110 | 11100 | 11110110 | 101110 | 1011001 | 0 | 100 | 100001101 | 1011100 | 110110 |
Color Harmonies of #861CF6
Complementary color
Monochromatic Colors of #861CF6
Black with #861CF6
Text Example
Text Example
White with #861CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861CF6; }
p { color: rgb(134,28,246); }
H1.HeaderClassName
{
color: #861CF6;
}
.AnyTagClassName
{
color: #861CF6;
}
</style>
background-color css
<style>
a { background-color: #861CF6; }
a { background-color: rgb(134,28,246); }
div.DivClassName
{
background-color: #861CF6;
}
.BgClassName
{
background-color: #861CF6;
}
</style>
border-color css
<style>
span { border-color: #861CF6; }
span { border-color: rgb(134,28,246); }
td.TdClassName
{
border-color: #861CF6;
}
.TagClassName
{
border-color: #861CF6;
}
</style>