Shades of Blue Violet #863AFB
Tints of Blue Violet #863AFB
RGB
CMYK
RGB Variations
Color information
#863AFB (or 0x863AFB) is known color: Blue Violet. HEX triplet: 86, 3A and FB. RGB value is (134,58,251). Sum of RGB (Red+Green+Blue) = 134+58+251=443 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.25% from 443); Green value is 58 (23.05% from 255 or 13.09% from 443); Blue value is 251 (98.44% from 255 or 56.66% from 443); Max value from RGB is 251 - color contains mainly: blue. Hex color #863AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #863AFB is #79C504. Grayscale: #666666. Windows color (decimal): -7980293 or 16464518. OLE color: 16464518.
HSL color Cylindrical-coordinate representation of color #863AFB: hue angle of 263.63º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #863AFB is Cyan = 0.47, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 58 | 251 | - |
| CMYK | 0.47 | 0.77 | 0 | 0.02 |
| HSL | 263.63º | 0.96% | 0.61% | - |
| HSV(B) | 263.63º | 0.77% | 0.98% | - |
| XYZ | 28.76 | 15.06 | 92.66 | - |
| YUV | 102.73 | 211.68 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 58 | 251 | 0.47 | 0.77 | 0 | 0.02 | 263.63 | 0.96 | 0.61 |
| Hex | 86 | 3A | FB | 2F | 4D | 0 | 2 | 108 | 60 | 3D |
| Octal | 206 | 72 | 373 | 57 | 115 | 0 | 2 | 410 | 140 | 75 |
| Binary | 10000110 | 111010 | 11111011 | 101111 | 1001101 | 0 | 10 | 100001000 | 1100000 | 111101 |
Color Harmonies of #863AFB
Complementary color
Monochromatic Colors of #863AFB
Black with #863AFB
Text Example
Text Example
White with #863AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863AFB; }
p { color: rgb(134,58,251); }
H1.HeaderClassName
{
color: #863AFB;
}
.AnyTagClassName
{
color: #863AFB;
}
</style>
background-color css
<style>
a { background-color: #863AFB; }
a { background-color: rgb(134,58,251); }
div.DivClassName
{
background-color: #863AFB;
}
.BgClassName
{
background-color: #863AFB;
}
</style>
border-color css
<style>
span { border-color: #863AFB; }
span { border-color: rgb(134,58,251); }
td.TdClassName
{
border-color: #863AFB;
}
.TagClassName
{
border-color: #863AFB;
}
</style>