Shades of Blue Violet #863FFB
Tints of Blue Violet #863FFB
RGB
CMYK
RGB Variations
Color information
#863FFB (or 0x863FFB) is known color: Blue Violet. HEX triplet: 86, 3F and FB. RGB value is (134,63,251). Sum of RGB (Red+Green+Blue) = 134+63+251=448 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.91% from 448); Green value is 63 (25% from 255 or 14.06% from 448); Blue value is 251 (98.44% from 255 or 56.03% from 448); Max value from RGB is 251 - color contains mainly: blue. Hex color #863FFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #863FFB is #79C004. Grayscale: #686868. Windows color (decimal): -7979013 or 16465798. OLE color: 16465798.
HSL color Cylindrical-coordinate representation of color #863FFB: hue angle of 262.66º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #863FFB is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 63 | 251 | - |
| CMYK | 0.47 | 0.75 | 0 | 0.02 |
| HSL | 262.66º | 0.96% | 0.62% | - |
| HSV(B) | 262.66º | 0.75% | 0.98% | - |
| XYZ | 29.02 | 15.59 | 92.75 | - |
| YUV | 105.66 | 210.02 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 63 | 251 | 0.47 | 0.75 | 0 | 0.02 | 262.66 | 0.96 | 0.62 |
| Hex | 86 | 3F | FB | 2F | 4B | 0 | 2 | 107 | 60 | 3E |
| Octal | 206 | 77 | 373 | 57 | 113 | 0 | 2 | 407 | 140 | 76 |
| Binary | 10000110 | 111111 | 11111011 | 101111 | 1001011 | 0 | 10 | 100000111 | 1100000 | 111110 |
Color Harmonies of #863FFB
Complementary color
Monochromatic Colors of #863FFB
Black with #863FFB
Text Example
Text Example
White with #863FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863FFB; }
p { color: rgb(134,63,251); }
H1.HeaderClassName
{
color: #863FFB;
}
.AnyTagClassName
{
color: #863FFB;
}
</style>
background-color css
<style>
a { background-color: #863FFB; }
a { background-color: rgb(134,63,251); }
div.DivClassName
{
background-color: #863FFB;
}
.BgClassName
{
background-color: #863FFB;
}
</style>
border-color css
<style>
span { border-color: #863FFB; }
span { border-color: rgb(134,63,251); }
td.TdClassName
{
border-color: #863FFB;
}
.TagClassName
{
border-color: #863FFB;
}
</style>