Shades of Blue Violet #863CFC
Tints of Blue Violet #863CFC
RGB
CMYK
RGB Variations
Color information
#863CFC (or 0x863CFC) is known color: Blue Violet. HEX triplet: 86, 3C and FC. RGB value is (134,60,252). Sum of RGB (Red+Green+Blue) = 134+60+252=446 (59% of max value = 765). Red value is 134 (52.73% from 255 or 30.04% from 446); Green value is 60 (23.83% from 255 or 13.45% from 446); Blue value is 252 (98.83% from 255 or 56.50% from 446); Max value from RGB is 252 - color contains mainly: blue. Hex color #863CFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #863CFC is #79C303. Grayscale: #676767. Windows color (decimal): -7979780 or 16530566. OLE color: 16530566.
HSL color Cylindrical-coordinate representation of color #863CFC: hue angle of 263.12º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #863CFC is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 134 | 60 | 252 | - |
| CMYK | 0.47 | 0.76 | 0 | 0.01 |
| HSL | 263.13º | 0.97% | 0.61% | - |
| HSV(B) | 263.13º | 0.76% | 0.99% | - |
| XYZ | 29.02 | 15.33 | 93.52 | - |
| YUV | 104.01 | 211.52 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 60 | 252 | 0.47 | 0.76 | 0 | 0.01 | 263.13 | 0.97 | 0.61 |
| Hex | 86 | 3C | FC | 2F | 4C | 0 | 1 | 107 | 61 | 3D |
| Octal | 206 | 74 | 374 | 57 | 114 | 0 | 1 | 407 | 141 | 75 |
| Binary | 10000110 | 111100 | 11111100 | 101111 | 1001100 | 0 | 1 | 100000111 | 1100001 | 111101 |
Color Harmonies of #863CFC
Complementary color
Monochromatic Colors of #863CFC
Black with #863CFC
Text Example
Text Example
White with #863CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863CFC; }
p { color: rgb(134,60,252); }
H1.HeaderClassName
{
color: #863CFC;
}
.AnyTagClassName
{
color: #863CFC;
}
</style>
background-color css
<style>
a { background-color: #863CFC; }
a { background-color: rgb(134,60,252); }
div.DivClassName
{
background-color: #863CFC;
}
.BgClassName
{
background-color: #863CFC;
}
</style>
border-color css
<style>
span { border-color: #863CFC; }
span { border-color: rgb(134,60,252); }
td.TdClassName
{
border-color: #863CFC;
}
.TagClassName
{
border-color: #863CFC;
}
</style>