#863CEF

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

Shades of Blue Violet #863CEF

Tints of Blue Violet #863CEF

Color information

#863CEF (or 0x863CEF) is unknown color: approx Blue Violet. HEX triplet: 86, 3C and EF. RGB value is (134,60,239). Sum of RGB (Red+Green+Blue) = 134+60+239=433 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.95% from 433); Green value is 60 (23.83% from 255 or 13.86% from 433); Blue value is 239 (93.75% from 255 or 55.20% from 433); Max value from RGB is 239 - color contains mainly: blue. Hex color #863CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #863CEF is #79C310. Grayscale: #656565. Windows color (decimal): -7979793 or 15678598. OLE color: 15678598.

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

Color convert

RGB13460239-
CMYK0.440.7500.06
HSL264.8º84.83%58.63%-
HSV(B)264.8º74.9%93.73%-
XYZ27.0314.5383.04-
YUV102.53205.02150.45-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.95%
GREEN value IS 60 (23.83% from 255) = 13.86%
BLUE value IS 239 (93.75% from 255) = 55.20%
R=30.95%
G=13.86%
B=55.20%

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
Decimal134602390.440.7500.06264.884.8358.63
Hex863CEF2C4B06109553b
Octal20674357541130641112573
Binary1000011011110011101111101100100101101101000010011010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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