Shades of Blue Violet #863BFF
Tints of Blue Violet #863BFF
RGB
CMYK
RGB Variations
Color information
#863BFF (or 0x863BFF) is known color: Blue Violet. HEX triplet: 86, 3B and FF. RGB value is (134,59,255). Sum of RGB (Red+Green+Blue) = 134+59+255=448 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.91% from 448); Green value is 59 (23.44% from 255 or 13.17% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #863BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #863BFF is #79C400. Grayscale: #676767. Windows color (decimal): -7980033 or 16726918. OLE color: 16726918.
HSL color Cylindrical-coordinate representation of color #863BFF: hue angle of 262.96º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #863BFF is Cyan = 0.47, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 59 | 255 | - |
| CMYK | 0.47 | 0.77 | 0 | 0 |
| HSL | 262.96º | 1% | 0.62% | - |
| HSV(B) | 262.96º | 0.77% | 1% | - |
| XYZ | 29.45 | 15.42 | 96.03 | - |
| YUV | 103.77 | 213.35 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 59 | 255 | 0.47 | 0.77 | 0 | 0 | 262.96 | 1 | 0.62 |
| Hex | 86 | 3B | FF | 2F | 4D | 0 | 0 | 107 | 64 | 3E |
| Octal | 206 | 73 | 377 | 57 | 115 | 0 | 0 | 407 | 144 | 76 |
| Binary | 10000110 | 111011 | 11111111 | 101111 | 1001101 | 0 | 0 | 100000111 | 1100100 | 111110 |
Color Harmonies of #863BFF
Complementary color
Monochromatic Colors of #863BFF
Black with #863BFF
Text Example
Text Example
White with #863BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863BFF; }
p { color: rgb(134,59,255); }
H1.HeaderClassName
{
color: #863BFF;
}
.AnyTagClassName
{
color: #863BFF;
}
</style>
background-color css
<style>
a { background-color: #863BFF; }
a { background-color: rgb(134,59,255); }
div.DivClassName
{
background-color: #863BFF;
}
.BgClassName
{
background-color: #863BFF;
}
</style>
border-color css
<style>
span { border-color: #863BFF; }
span { border-color: rgb(134,59,255); }
td.TdClassName
{
border-color: #863BFF;
}
.TagClassName
{
border-color: #863BFF;
}
</style>