#863BF4

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

Shades of Blue Violet #863BF4

Tints of Blue Violet #863BF4

Color information

#863BF4 (or 0x863BF4) is unknown color: approx Blue Violet. HEX triplet: 86, 3B and F4. RGB value is (134,59,244). Sum of RGB (Red+Green+Blue) = 134+59+244=437 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.66% from 437); Green value is 59 (23.44% from 255 or 13.50% from 437); Blue value is 244 (95.70% from 255 or 55.84% from 437); Max value from RGB is 244 - color contains mainly: blue. Hex color #863BF4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #863BF4 is #79C40B. Grayscale: #656565. Windows color (decimal): -7980044 or 16006022. OLE color: 16006022.

HSL color Cylindrical-coordinate representation of color #863BF4: hue angle of 264.32º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #863BF4 is Cyan = 0.45, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB13459244-
CMYK0.450.7600.04
HSL264.32º89.37%59.41%-
HSV(B)264.32º75.82%95.69%-
XYZ27.7214.7386.97-
YUV102.51207.85150.46-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.66%
GREEN value IS 59 (23.44% from 255) = 13.50%
BLUE value IS 244 (95.70% from 255) = 55.84%
R=30.66%
G=13.50%
B=55.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal134592440.450.7600.04264.3289.3759.41
Hex863BF42D4C04108593b
Octal20673364551140441013173
Binary1000011011101111110100101101100110001001000010001011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863BF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,59,244); }

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

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

 a { background-color: rgb(134,59,244); }

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

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

 span { border-color: rgb(134,59,244); }

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