#8940e3

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

Shades of Blue Violet #8940E3

Tints of Blue Violet #8940E3

Color information

#8940E3 (or 0x8940E3) is unknown color: approx Blue Violet. HEX triplet: 89, 40 and E3. RGB value is (137,64,227). Sum of RGB (Red+Green+Blue) = 137+64+227=428 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.01% from 428); Green value is 64 (25.39% from 255 or 14.95% from 428); Blue value is 227 (89.06% from 255 or 53.04% from 428); Max value from RGB is 227 - color contains mainly: blue. Hex color #8940E3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8940E3 is #76BF1C. Grayscale: #676767. Windows color (decimal): -7782173 or 14893193. OLE color: 14893193.

HSL color Cylindrical-coordinate representation of color #8940E3: hue angle of 266.87º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8940E3 is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB13764227-
CMYK0.400.7200.11
HSL266.87º74.43%57.06%-
HSV(B)266.87º71.81%89.02%-
XYZ26.0214.5374.11-
YUV104.41197.18151.25-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.01%
GREEN value IS 64 (25.39% from 255) = 14.95%
BLUE value IS 227 (89.06% from 255) = 53.04%
R=32.01%
G=14.95%
B=53.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal137642270.400.7200.11266.8774.4357.06
Hex8940E328480B10b4a39
Octal2111003435011001341311271
Binary100010011000000111000111010001001000010111000010111001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8940e3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8940e3; }

 p { color: rgb(137,64,227); }

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

<style>
 a { background-color: #8940e3; }

 a { background-color: rgb(137,64,227); }

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

<style>
 span { border-color: #8940e3; }

 span { border-color: rgb(137,64,227); }

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