#863EF1

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

Shades of Blue Violet #863EF1

Tints of Blue Violet #863EF1

Color information

#863EF1 (or 0x863EF1) is unknown color: approx Blue Violet. HEX triplet: 86, 3E and F1. RGB value is (134,62,241). Sum of RGB (Red+Green+Blue) = 134+62+241=437 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.66% from 437); Green value is 62 (24.61% from 255 or 14.19% from 437); Blue value is 241 (94.53% from 255 or 55.15% from 437); Max value from RGB is 241 - color contains mainly: blue. Hex color #863EF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #863EF1 is #79C10E. Grayscale: #676767. Windows color (decimal): -7979279 or 15810182. OLE color: 15810182.

HSL color Cylindrical-coordinate representation of color #863EF1: hue angle of 264.13º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #863EF1 is Cyan = 0.44, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB13462241-
CMYK0.440.7400.05
HSL264.13º86.47%59.41%-
HSV(B)264.13º74.27%94.51%-
XYZ27.4314.8684.64-
YUV103.93205.35149.45-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.66%
GREEN value IS 62 (24.61% from 255) = 14.19%
BLUE value IS 241 (94.53% from 255) = 55.15%
R=30.66%
G=14.19%
B=55.15%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal134622410.440.7400.05264.1386.4759.41
Hex863EF12C4A05108563b
Octal20676361541120541012673
Binary1000011011111011110001101100100101001011000010001010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,62,241); }

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

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

 a { background-color: rgb(134,62,241); }

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

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

 span { border-color: rgb(134,62,241); }

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