#863BDF

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

Shades of Blue Violet #863BDF

Tints of Blue Violet #863BDF

Color information

#863BDF (or 0x863BDF) is unknown color: approx Blue Violet. HEX triplet: 86, 3B and DF. RGB value is (134,59,223). Sum of RGB (Red+Green+Blue) = 134+59+223=416 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.21% from 416); Green value is 59 (23.44% from 255 or 14.18% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #863BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863BDF is #79C420. Grayscale: #636363. Windows color (decimal): -7980065 or 14629766. OLE color: 14629766.

HSL color Cylindrical-coordinate representation of color #863BDF: hue angle of 267.44º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #863BDF is Cyan = 0.40, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13459223-
CMYK0.400.7400.13
HSL267.44º71.93%55.29%-
HSV(B)267.44º73.54%87.45%-
XYZ24.7113.5271.12-
YUV100.12197.35152.16-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.21%
GREEN value IS 59 (23.44% from 255) = 14.18%
BLUE value IS 223 (87.5% from 255) = 53.61%
R=32.21%
G=14.18%
B=53.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal134592230.400.7400.13267.4471.9355.29
Hex863BDF284A0D10b4837
Octal206733375011201541311067
Binary10000110111011110111111010001001010011011000010111001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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