Shades of Blue Violet #863FF7
Tints of Blue Violet #863FF7
RGB
CMYK
RGB Variations
Color information
#863FF7 (or 0x863FF7) is known color: Blue Violet. HEX triplet: 86, 3F and F7. RGB value is (134,63,247). Sum of RGB (Red+Green+Blue) = 134+63+247=444 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.18% from 444); Green value is 63 (25% from 255 or 14.19% from 444); Blue value is 247 (96.88% from 255 or 55.63% from 444); Max value from RGB is 247 - color contains mainly: blue. Hex color #863FF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #863FF7 is #79C008. Grayscale: #686868. Windows color (decimal): -7979017 or 16203654. OLE color: 16203654.
HSL color Cylindrical-coordinate representation of color #863FF7: hue angle of 263.15º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #863FF7 is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 134 | 63 | 247 | - |
| CMYK | 0.46 | 0.74 | 0 | 0.03 |
| HSL | 263.15º | 0.92% | 0.61% | - |
| HSV(B) | 263.15º | 0.74% | 0.97% | - |
| XYZ | 28.4 | 15.34 | 89.46 | - |
| YUV | 105.21 | 208.02 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 63 | 247 | 0.46 | 0.74 | 0 | 0.03 | 263.15 | 0.92 | 0.61 |
| Hex | 86 | 3F | F7 | 2E | 4A | 0 | 3 | 107 | 5C | 3D |
| Octal | 206 | 77 | 367 | 56 | 112 | 0 | 3 | 407 | 134 | 75 |
| Binary | 10000110 | 111111 | 11110111 | 101110 | 1001010 | 0 | 11 | 100000111 | 1011100 | 111101 |
Color Harmonies of #863FF7
Complementary color
Monochromatic Colors of #863FF7
Black with #863FF7
Text Example
Text Example
White with #863FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863FF7; }
p { color: rgb(134,63,247); }
H1.HeaderClassName
{
color: #863FF7;
}
.AnyTagClassName
{
color: #863FF7;
}
</style>
background-color css
<style>
a { background-color: #863FF7; }
a { background-color: rgb(134,63,247); }
div.DivClassName
{
background-color: #863FF7;
}
.BgClassName
{
background-color: #863FF7;
}
</style>
border-color css
<style>
span { border-color: #863FF7; }
span { border-color: rgb(134,63,247); }
td.TdClassName
{
border-color: #863FF7;
}
.TagClassName
{
border-color: #863FF7;
}
</style>