Shades of Blue Violet #861FFB
Tints of Blue Violet #861FFB
RGB
CMYK
RGB Variations
Color information
#861FFB (or 0x861FFB) is known color: Blue Violet. HEX triplet: 86, 1F and FB. RGB value is (134,31,251). Sum of RGB (Red+Green+Blue) = 134+31+251=416 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.21% from 416); Green value is 31 (12.5% from 255 or 7.45% from 416); Blue value is 251 (98.44% from 255 or 60.34% from 416); Max value from RGB is 251 - color contains mainly: blue. Hex color #861FFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #861FFB is #79E004. Grayscale: #565656. Windows color (decimal): -7987205 or 16457606. OLE color: 16457606.
HSL color Cylindrical-coordinate representation of color #861FFB: hue angle of 268.09º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #861FFB is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 31 | 251 | - |
| CMYK | 0.47 | 0.88 | 0 | 0.02 |
| HSL | 268.09º | 0.96% | 0.55% | - |
| HSV(B) | 268.09º | 0.88% | 0.98% | - |
| XYZ | 27.73 | 13.01 | 92.32 | - |
| YUV | 86.88 | 220.62 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 31 | 251 | 0.47 | 0.88 | 0 | 0.02 | 268.09 | 0.96 | 0.55 |
| Hex | 86 | 1F | FB | 2F | 58 | 0 | 2 | 10C | 60 | 37 |
| Octal | 206 | 37 | 373 | 57 | 130 | 0 | 2 | 414 | 140 | 67 |
| Binary | 10000110 | 11111 | 11111011 | 101111 | 1011000 | 0 | 10 | 100001100 | 1100000 | 110111 |
Color Harmonies of #861FFB
Complementary color
Monochromatic Colors of #861FFB
Black with #861FFB
Text Example
Text Example
White with #861FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861FFB; }
p { color: rgb(134,31,251); }
H1.HeaderClassName
{
color: #861FFB;
}
.AnyTagClassName
{
color: #861FFB;
}
</style>
background-color css
<style>
a { background-color: #861FFB; }
a { background-color: rgb(134,31,251); }
div.DivClassName
{
background-color: #861FFB;
}
.BgClassName
{
background-color: #861FFB;
}
</style>
border-color css
<style>
span { border-color: #861FFB; }
span { border-color: rgb(134,31,251); }
td.TdClassName
{
border-color: #861FFB;
}
.TagClassName
{
border-color: #861FFB;
}
</style>