Shades of Blue Violet #863BFD
Tints of Blue Violet #863BFD
RGB
CMYK
RGB Variations
Color information
#863BFD (or 0x863BFD) is known color: Blue Violet. HEX triplet: 86, 3B and FD. RGB value is (134,59,253). Sum of RGB (Red+Green+Blue) = 134+59+253=446 (59% of max value = 765). Red value is 134 (52.73% from 255 or 30.04% from 446); Green value is 59 (23.44% from 255 or 13.23% from 446); Blue value is 253 (99.22% from 255 or 56.73% from 446); Max value from RGB is 253 - color contains mainly: blue. Hex color #863BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #863BFD is #79C402. Grayscale: #666666. Windows color (decimal): -7980035 or 16595846. OLE color: 16595846.
HSL color Cylindrical-coordinate representation of color #863BFD: hue angle of 263.2º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #863BFD is Cyan = 0.47, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 134 | 59 | 253 | - |
| CMYK | 0.47 | 0.77 | 0 | 0.01 |
| HSL | 263.2º | 0.98% | 0.61% | - |
| HSV(B) | 263.2º | 0.77% | 0.99% | - |
| XYZ | 29.13 | 15.29 | 94.34 | - |
| YUV | 103.54 | 212.35 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 59 | 253 | 0.47 | 0.77 | 0 | 0.01 | 263.2 | 0.98 | 0.61 |
| Hex | 86 | 3B | FD | 2F | 4D | 0 | 1 | 107 | 62 | 3D |
| Octal | 206 | 73 | 375 | 57 | 115 | 0 | 1 | 407 | 142 | 75 |
| Binary | 10000110 | 111011 | 11111101 | 101111 | 1001101 | 0 | 1 | 100000111 | 1100010 | 111101 |
Color Harmonies of #863BFD
Complementary color
Monochromatic Colors of #863BFD
Black with #863BFD
Text Example
Text Example
White with #863BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863BFD; }
p { color: rgb(134,59,253); }
H1.HeaderClassName
{
color: #863BFD;
}
.AnyTagClassName
{
color: #863BFD;
}
</style>
background-color css
<style>
a { background-color: #863BFD; }
a { background-color: rgb(134,59,253); }
div.DivClassName
{
background-color: #863BFD;
}
.BgClassName
{
background-color: #863BFD;
}
</style>
border-color css
<style>
span { border-color: #863BFD; }
span { border-color: rgb(134,59,253); }
td.TdClassName
{
border-color: #863BFD;
}
.TagClassName
{
border-color: #863BFD;
}
</style>