#863CFB

Color #863CFB Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #863CFB

Tints of Blue Violet #863CFB

Color information

#863CFB (or 0x863CFB) is unknown color: approx Blue Violet. HEX triplet: 86, 3C and FB. RGB value is (134,60,251). Sum of RGB (Red+Green+Blue) = 134+60+251=445 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.11% from 445); Green value is 60 (23.83% from 255 or 13.48% from 445); Blue value is 251 (98.44% from 255 or 56.40% from 445); Max value from RGB is 251 - color contains mainly: blue. Hex color #863CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #863CFB is #79C304. Grayscale: #676767. Windows color (decimal): -7979781 or 16465030. OLE color: 16465030.

HSL color Cylindrical-coordinate representation of color #863CFB: hue angle of 263.25º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #863CFB is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB13460251-
CMYK0.470.7600.02
HSL263.25º95.98%60.98%-
HSV(B)263.25º76.1%98.43%-
XYZ28.8615.2792.69-
YUV103.9211.02149.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 30.11%
GREEN value IS 60 (23.83% from 255) = 13.48%
BLUE value IS 251 (98.44% from 255) = 56.40%
R=30.11%
G=13.48%
B=56.40%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal134602510.470.7600.02263.2595.9860.98
Hex863CFB2F4C02107603d
Octal20674373571140240714075
Binary100001101111001111101110111110011000101000001111100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863CFB; }

 p { color: rgb(134,60,251); }

 H1.HeaderClassName
 {
   color: #863CFB;
 }
 .AnyTagClassName
 {
   color: #863CFB;
 }
</style>
background-color css

<style>
 a { background-color: #863CFB; }

 a { background-color: rgb(134,60,251); }

 div.DivClassName
 {
   background-color: #863CFB;
 }
 .BgClassName
 {
   background-color: #863CFB;
 }
</style>
border-color css

<style>
 span { border-color: #863CFB; }

 span { border-color: rgb(134,60,251); }

 td.TdClassName
 {
   border-color: #863CFB;
 }
 .TagClassName
 {
   border-color: #863CFB;
 }
</style>