#863BEF

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

Shades of Blue Violet #863BEF

Tints of Blue Violet #863BEF

Color information

#863BEF (or 0x863BEF) is unknown color: approx Blue Violet. HEX triplet: 86, 3B and EF. RGB value is (134,59,239). Sum of RGB (Red+Green+Blue) = 134+59+239=432 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.02% from 432); Green value is 59 (23.44% from 255 or 13.66% from 432); Blue value is 239 (93.75% from 255 or 55.32% from 432); Max value from RGB is 239 - color contains mainly: blue. Hex color #863BEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #863BEF is #79C410. Grayscale: #656565. Windows color (decimal): -7980049 or 15678342. OLE color: 15678342.

HSL color Cylindrical-coordinate representation of color #863BEF: hue angle of 265º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #863BEF is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB13459239-
CMYK0.440.7500.06
HSL265º84.91%58.43%-
HSV(B)265º75.31%93.73%-
XYZ26.9814.4383.02-
YUV101.94205.35150.86-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.02%
GREEN value IS 59 (23.44% from 255) = 13.66%
BLUE value IS 239 (93.75% from 255) = 55.32%
R=31.02%
G=13.66%
B=55.32%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal134592390.440.7500.0626584.9158.43
Hex863BEF2C4B06109553a
Octal20673357541130641112572
Binary1000011011101111101111101100100101101101000010011010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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