Shades of Blue Violet #863FEC
Tints of Blue Violet #863FEC
RGB
CMYK
RGB Variations
Color information
#863FEC (or 0x863FEC) is known color: Blue Violet. HEX triplet: 86, 3F and EC. RGB value is (134,63,236). Sum of RGB (Red+Green+Blue) = 134+63+236=433 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.95% from 433); Green value is 63 (25% from 255 or 14.55% from 433); Blue value is 236 (92.58% from 255 or 54.50% from 433); Max value from RGB is 236 - color contains mainly: blue. Hex color #863FEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #863FEC is #79C013. Grayscale: #676767. Windows color (decimal): -7979028 or 15482758. OLE color: 15482758.
HSL color Cylindrical-coordinate representation of color #863FEC: hue angle of 264.62º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #863FEC is Cyan = 0.43, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 63 | 236 | - |
| CMYK | 0.43 | 0.73 | 0 | 0.07 |
| HSL | 264.62º | 0.82% | 0.59% | - |
| HSV(B) | 264.62º | 0.73% | 0.93% | - |
| XYZ | 26.75 | 14.68 | 80.78 | - |
| YUV | 103.95 | 202.52 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 63 | 236 | 0.43 | 0.73 | 0 | 0.07 | 264.62 | 0.82 | 0.59 |
| Hex | 86 | 3F | EC | 2B | 49 | 0 | 7 | 109 | 52 | 3B |
| Octal | 206 | 77 | 354 | 53 | 111 | 0 | 7 | 411 | 122 | 73 |
| Binary | 10000110 | 111111 | 11101100 | 101011 | 1001001 | 0 | 111 | 100001001 | 1010010 | 111011 |
Color Harmonies of #863FEC
Complementary color
Monochromatic Colors of #863FEC
Black with #863FEC
Text Example
Text Example
White with #863FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863FEC; }
p { color: rgb(134,63,236); }
H1.HeaderClassName
{
color: #863FEC;
}
.AnyTagClassName
{
color: #863FEC;
}
</style>
background-color css
<style>
a { background-color: #863FEC; }
a { background-color: rgb(134,63,236); }
div.DivClassName
{
background-color: #863FEC;
}
.BgClassName
{
background-color: #863FEC;
}
</style>
border-color css
<style>
span { border-color: #863FEC; }
span { border-color: rgb(134,63,236); }
td.TdClassName
{
border-color: #863FEC;
}
.TagClassName
{
border-color: #863FEC;
}
</style>