Shades of Blue Violet #861CFB
Tints of Blue Violet #861CFB
RGB
CMYK
RGB Variations
Color information
#861CFB (or 0x861CFB) is known color: Blue Violet. HEX triplet: 86, 1C and FB. RGB value is (134,28,251). Sum of RGB (Red+Green+Blue) = 134+28+251=413 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.45% from 413); Green value is 28 (11.33% from 255 or 6.78% from 413); Blue value is 251 (98.44% from 255 or 60.77% from 413); Max value from RGB is 251 - color contains mainly: blue. Hex color #861CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #861CFB is #79E304. Grayscale: #545454. Windows color (decimal): -7987973 or 16456838. OLE color: 16456838.
HSL color Cylindrical-coordinate representation of color #861CFB: hue angle of 268.52º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #861CFB is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 28 | 251 | - |
| CMYK | 0.47 | 0.89 | 0 | 0.02 |
| HSL | 268.52º | 0.97% | 0.55% | - |
| HSV(B) | 268.52º | 0.89% | 0.98% | - |
| XYZ | 27.66 | 12.86 | 92.29 | - |
| YUV | 85.12 | 221.62 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 28 | 251 | 0.47 | 0.89 | 0 | 0.02 | 268.52 | 0.97 | 0.55 |
| Hex | 86 | 1C | FB | 2F | 59 | 0 | 2 | 10D | 61 | 37 |
| Octal | 206 | 34 | 373 | 57 | 131 | 0 | 2 | 415 | 141 | 67 |
| Binary | 10000110 | 11100 | 11111011 | 101111 | 1011001 | 0 | 10 | 100001101 | 1100001 | 110111 |
Color Harmonies of #861CFB
Complementary color
Monochromatic Colors of #861CFB
Black with #861CFB
Text Example
Text Example
White with #861CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861CFB; }
p { color: rgb(134,28,251); }
H1.HeaderClassName
{
color: #861CFB;
}
.AnyTagClassName
{
color: #861CFB;
}
</style>
background-color css
<style>
a { background-color: #861CFB; }
a { background-color: rgb(134,28,251); }
div.DivClassName
{
background-color: #861CFB;
}
.BgClassName
{
background-color: #861CFB;
}
</style>
border-color css
<style>
span { border-color: #861CFB; }
span { border-color: rgb(134,28,251); }
td.TdClassName
{
border-color: #861CFB;
}
.TagClassName
{
border-color: #861CFB;
}
</style>