Shades of Blue Violet #863DF4
Tints of Blue Violet #863DF4
RGB
CMYK
RGB Variations
Color information
#863DF4 (or 0x863DF4) is known color: Blue Violet. HEX triplet: 86, 3D and F4. RGB value is (134,61,244). Sum of RGB (Red+Green+Blue) = 134+61+244=439 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.52% from 439); Green value is 61 (24.22% from 255 or 13.90% from 439); Blue value is 244 (95.70% from 255 or 55.58% from 439); Max value from RGB is 244 - color contains mainly: blue. Hex color #863DF4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #863DF4 is #79C20B. Grayscale: #676767. Windows color (decimal): -7979532 or 16006534. OLE color: 16006534.
HSL color Cylindrical-coordinate representation of color #863DF4: hue angle of 263.93º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #863DF4 is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 134 | 61 | 244 | - |
| CMYK | 0.45 | 0.75 | 0 | 0.04 |
| HSL | 263.93º | 0.89% | 0.6% | - |
| HSV(B) | 263.93º | 0.75% | 0.96% | - |
| XYZ | 27.83 | 14.94 | 87 | - |
| YUV | 103.69 | 207.18 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 61 | 244 | 0.45 | 0.75 | 0 | 0.04 | 263.93 | 0.89 | 0.6 |
| Hex | 86 | 3D | F4 | 2D | 4B | 0 | 4 | 108 | 59 | 3C |
| Octal | 206 | 75 | 364 | 55 | 113 | 0 | 4 | 410 | 131 | 74 |
| Binary | 10000110 | 111101 | 11110100 | 101101 | 1001011 | 0 | 100 | 100001000 | 1011001 | 111100 |
Color Harmonies of #863DF4
Complementary color
Monochromatic Colors of #863DF4
Black with #863DF4
Text Example
Text Example
White with #863DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863DF4; }
p { color: rgb(134,61,244); }
H1.HeaderClassName
{
color: #863DF4;
}
.AnyTagClassName
{
color: #863DF4;
}
</style>
background-color css
<style>
a { background-color: #863DF4; }
a { background-color: rgb(134,61,244); }
div.DivClassName
{
background-color: #863DF4;
}
.BgClassName
{
background-color: #863DF4;
}
</style>
border-color css
<style>
span { border-color: #863DF4; }
span { border-color: rgb(134,61,244); }
td.TdClassName
{
border-color: #863DF4;
}
.TagClassName
{
border-color: #863DF4;
}
</style>