Shades of Blue Violet #863CFD
Tints of Blue Violet #863CFD
RGB
CMYK
RGB Variations
Color information
#863CFD (or 0x863CFD) is known color: Blue Violet. HEX triplet: 86, 3C and FD. RGB value is (134,60,253). Sum of RGB (Red+Green+Blue) = 134+60+253=447 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.98% from 447); Green value is 60 (23.83% from 255 or 13.42% from 447); Blue value is 253 (99.22% from 255 or 56.60% from 447); Max value from RGB is 253 - color contains mainly: blue. Hex color #863CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #863CFD is #79C302. Grayscale: #676767. Windows color (decimal): -7979779 or 16596102. OLE color: 16596102.
HSL color Cylindrical-coordinate representation of color #863CFD: hue angle of 263.01º degrees, saturation: 0.98, 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 #863CFD is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 134 | 60 | 253 | - |
| CMYK | 0.47 | 0.76 | 0 | 0.01 |
| HSL | 263.01º | 0.98% | 0.61% | - |
| HSV(B) | 263.01º | 0.76% | 0.99% | - |
| XYZ | 29.18 | 15.39 | 94.36 | - |
| YUV | 104.13 | 212.02 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 60 | 253 | 0.47 | 0.76 | 0 | 0.01 | 263.01 | 0.98 | 0.61 |
| Hex | 86 | 3C | FD | 2F | 4C | 0 | 1 | 107 | 62 | 3D |
| Octal | 206 | 74 | 375 | 57 | 114 | 0 | 1 | 407 | 142 | 75 |
| Binary | 10000110 | 111100 | 11111101 | 101111 | 1001100 | 0 | 1 | 100000111 | 1100010 | 111101 |
Color Harmonies of #863CFD
Complementary color
Monochromatic Colors of #863CFD
Black with #863CFD
Text Example
Text Example
White with #863CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863CFD; }
p { color: rgb(134,60,253); }
H1.HeaderClassName
{
color: #863CFD;
}
.AnyTagClassName
{
color: #863CFD;
}
</style>
background-color css
<style>
a { background-color: #863CFD; }
a { background-color: rgb(134,60,253); }
div.DivClassName
{
background-color: #863CFD;
}
.BgClassName
{
background-color: #863CFD;
}
</style>
border-color css
<style>
span { border-color: #863CFD; }
span { border-color: rgb(134,60,253); }
td.TdClassName
{
border-color: #863CFD;
}
.TagClassName
{
border-color: #863CFD;
}
</style>