Shades of Blue Violet #863FEB
Tints of Blue Violet #863FEB
RGB
CMYK
RGB Variations
Color information
#863FEB (or 0x863FEB) is known color: Blue Violet. HEX triplet: 86, 3F and EB. RGB value is (134,63,235). Sum of RGB (Red+Green+Blue) = 134+63+235=432 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.02% from 432); Green value is 63 (25% from 255 or 14.58% from 432); Blue value is 235 (92.19% from 255 or 54.40% from 432); Max value from RGB is 235 - color contains mainly: blue. Hex color #863FEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #863FEB is #79C014. Grayscale: #676767. Windows color (decimal): -7979029 or 15417222. OLE color: 15417222.
HSL color Cylindrical-coordinate representation of color #863FEB: hue angle of 264.77º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #863FEB is Cyan = 0.43, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 134 | 63 | 235 | - |
| CMYK | 0.43 | 0.73 | 0 | 0.08 |
| HSL | 264.77º | 0.81% | 0.58% | - |
| HSV(B) | 264.77º | 0.73% | 0.92% | - |
| XYZ | 26.6 | 14.62 | 80.02 | - |
| YUV | 103.84 | 202.02 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 63 | 235 | 0.43 | 0.73 | 0 | 0.08 | 264.77 | 0.81 | 0.58 |
| Hex | 86 | 3F | EB | 2B | 49 | 0 | 8 | 109 | 51 | 3A |
| Octal | 206 | 77 | 353 | 53 | 111 | 0 | 10 | 411 | 121 | 72 |
| Binary | 10000110 | 111111 | 11101011 | 101011 | 1001001 | 0 | 1000 | 100001001 | 1010001 | 111010 |
Color Harmonies of #863FEB
Complementary color
Monochromatic Colors of #863FEB
Black with #863FEB
Text Example
Text Example
White with #863FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863FEB; }
p { color: rgb(134,63,235); }
H1.HeaderClassName
{
color: #863FEB;
}
.AnyTagClassName
{
color: #863FEB;
}
</style>
background-color css
<style>
a { background-color: #863FEB; }
a { background-color: rgb(134,63,235); }
div.DivClassName
{
background-color: #863FEB;
}
.BgClassName
{
background-color: #863FEB;
}
</style>
border-color css
<style>
span { border-color: #863FEB; }
span { border-color: rgb(134,63,235); }
td.TdClassName
{
border-color: #863FEB;
}
.TagClassName
{
border-color: #863FEB;
}
</style>