Shades of Blue Violet #863EFF
Tints of Blue Violet #863EFF
RGB
CMYK
RGB Variations
Color information
#863EFF (or 0x863EFF) is known color: Blue Violet. HEX triplet: 86, 3E and FF. RGB value is (134,62,255). Sum of RGB (Red+Green+Blue) = 134+62+255=451 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.71% from 451); Green value is 62 (24.61% from 255 or 13.75% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #863EFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #863EFF is #79C100. Grayscale: #686868. Windows color (decimal): -7979265 or 16727686. OLE color: 16727686.
HSL color Cylindrical-coordinate representation of color #863EFF: hue angle of 262.38º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #863EFF is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 62 | 255 | - |
| CMYK | 0.47 | 0.76 | 0 | 0 |
| HSL | 262.38º | 1% | 0.62% | - |
| HSV(B) | 262.38º | 0.76% | 1% | - |
| XYZ | 29.6 | 15.73 | 96.08 | - |
| YUV | 105.53 | 212.35 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 62 | 255 | 0.47 | 0.76 | 0 | 0 | 262.38 | 1 | 0.62 |
| Hex | 86 | 3E | FF | 2F | 4C | 0 | 0 | 106 | 64 | 3E |
| Octal | 206 | 76 | 377 | 57 | 114 | 0 | 0 | 406 | 144 | 76 |
| Binary | 10000110 | 111110 | 11111111 | 101111 | 1001100 | 0 | 0 | 100000110 | 1100100 | 111110 |
Color Harmonies of #863EFF
Complementary color
Monochromatic Colors of #863EFF
Black with #863EFF
Text Example
Text Example
White with #863EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863EFF; }
p { color: rgb(134,62,255); }
H1.HeaderClassName
{
color: #863EFF;
}
.AnyTagClassName
{
color: #863EFF;
}
</style>
background-color css
<style>
a { background-color: #863EFF; }
a { background-color: rgb(134,62,255); }
div.DivClassName
{
background-color: #863EFF;
}
.BgClassName
{
background-color: #863EFF;
}
</style>
border-color css
<style>
span { border-color: #863EFF; }
span { border-color: rgb(134,62,255); }
td.TdClassName
{
border-color: #863EFF;
}
.TagClassName
{
border-color: #863EFF;
}
</style>