Shades of Blue Violet #863CF3
Tints of Blue Violet #863CF3
RGB
CMYK
RGB Variations
Color information
#863CF3 (or 0x863CF3) is known color: Blue Violet. HEX triplet: 86, 3C and F3. RGB value is (134,60,243). Sum of RGB (Red+Green+Blue) = 134+60+243=437 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.66% from 437); Green value is 60 (23.83% from 255 or 13.73% from 437); Blue value is 243 (95.31% from 255 or 55.61% from 437); Max value from RGB is 243 - color contains mainly: blue. Hex color #863CF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #863CF3 is #79C30C. Grayscale: #666666. Windows color (decimal): -7979789 or 15940742. OLE color: 15940742.
HSL color Cylindrical-coordinate representation of color #863CF3: hue angle of 264.26º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #863CF3 is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 60 | 243 | - |
| CMYK | 0.45 | 0.75 | 0 | 0.05 |
| HSL | 264.26º | 0.88% | 0.59% | - |
| HSV(B) | 264.26º | 0.75% | 0.95% | - |
| XYZ | 27.63 | 14.77 | 86.19 | - |
| YUV | 102.99 | 207.02 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 60 | 243 | 0.45 | 0.75 | 0 | 0.05 | 264.26 | 0.88 | 0.59 |
| Hex | 86 | 3C | F3 | 2D | 4B | 0 | 5 | 108 | 58 | 3B |
| Octal | 206 | 74 | 363 | 55 | 113 | 0 | 5 | 410 | 130 | 73 |
| Binary | 10000110 | 111100 | 11110011 | 101101 | 1001011 | 0 | 101 | 100001000 | 1011000 | 111011 |
Color Harmonies of #863CF3
Complementary color
Monochromatic Colors of #863CF3
Black with #863CF3
Text Example
Text Example
White with #863CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863CF3; }
p { color: rgb(134,60,243); }
H1.HeaderClassName
{
color: #863CF3;
}
.AnyTagClassName
{
color: #863CF3;
}
</style>
background-color css
<style>
a { background-color: #863CF3; }
a { background-color: rgb(134,60,243); }
div.DivClassName
{
background-color: #863CF3;
}
.BgClassName
{
background-color: #863CF3;
}
</style>
border-color css
<style>
span { border-color: #863CF3; }
span { border-color: rgb(134,60,243); }
td.TdClassName
{
border-color: #863CF3;
}
.TagClassName
{
border-color: #863CF3;
}
</style>