#863DE9

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

Shades of Blue Violet #863DE9

Tints of Blue Violet #863DE9

Color information

#863DE9 (or 0x863DE9) is unknown color: approx Blue Violet. HEX triplet: 86, 3D and E9. RGB value is (134,61,233). Sum of RGB (Red+Green+Blue) = 134+61+233=428 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.31% from 428); Green value is 61 (24.22% from 255 or 14.25% from 428); Blue value is 233 (91.41% from 255 or 54.44% from 428); Max value from RGB is 233 - color contains mainly: blue. Hex color #863DE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #863DE9 is #79C216. Grayscale: #656565. Windows color (decimal): -7979543 or 15285638. OLE color: 15285638.

HSL color Cylindrical-coordinate representation of color #863DE9: hue angle of 265.47º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #863DE9 is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB13461233-
CMYK0.420.7400.09
HSL265.47º79.63%57.65%-
HSV(B)265.47º73.82%91.37%-
XYZ26.2114.2978.47-
YUV102.43201.68150.51-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.31%
GREEN value IS 61 (24.22% from 255) = 14.25%
BLUE value IS 233 (91.41% from 255) = 54.44%
R=31.31%
G=14.25%
B=54.44%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal134612330.420.7400.09265.4779.6357.65
Hex863DE92A4A09109503a
Octal206753515211201141112072
Binary10000110111101111010011010101001010010011000010011010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,61,233); }

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

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

 a { background-color: rgb(134,61,233); }

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

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

 span { border-color: rgb(134,61,233); }

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