#863cd6

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

Shades of Blue Violet #863CD6

Tints of Blue Violet #863CD6

Color information

#863CD6 (or 0x863CD6) is unknown color: approx Blue Violet. HEX triplet: 86, 3C and D6. RGB value is (134,60,214). Sum of RGB (Red+Green+Blue) = 134+60+214=408 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.84% from 408); Green value is 60 (23.83% from 255 or 14.71% from 408); Blue value is 214 (83.98% from 255 or 52.45% from 408); Max value from RGB is 214 - color contains mainly: blue. Hex color #863CD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863CD6 is #79C329. Grayscale: #636363. Windows color (decimal): -7979818 or 14040198. OLE color: 14040198.

HSL color Cylindrical-coordinate representation of color #863CD6: hue angle of 268.83º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #863CD6 is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB13460214-
CMYK0.370.7200.16
HSL268.83º65.25%53.73%-
HSV(B)268.83º71.96%83.92%-
XYZ23.5813.1664.91-
YUV99.68192.52152.48-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.84%
GREEN value IS 60 (23.83% from 255) = 14.71%
BLUE value IS 214 (83.98% from 255) = 52.45%
R=32.84%
G=14.71%
B=52.45%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal134602140.370.7200.16268.8365.2553.73
Hex863CD6254801010d4136
Octal206743264511002041510166
Binary100001101111001101011010010110010000100001000011011000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863cd6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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