#8E40DE

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

Shades of Blue Violet #8E40DE

Tints of Blue Violet #8E40DE

Color information

#8E40DE (or 0x8E40DE) is unknown color: approx Blue Violet. HEX triplet: 8E, 40 and DE. RGB value is (142,64,222). Sum of RGB (Red+Green+Blue) = 142+64+222=428 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.18% from 428); Green value is 64 (25.39% from 255 or 14.95% from 428); Blue value is 222 (87.11% from 255 or 51.87% from 428); Max value from RGB is 222 - color contains mainly: blue. Hex color #8E40DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E40DE is #71BF21. Grayscale: #686868. Windows color (decimal): -7454498 or 14565518. OLE color: 14565518.

HSL color Cylindrical-coordinate representation of color #8E40DE: hue angle of 269.62º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8E40DE is Cyan = 0.36, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14264222-
CMYK0.360.7100.13
HSL269.62º70.54%56.08%-
HSV(B)269.62º71.17%87.06%-
XYZ26.1714.6970.56-
YUV105.33193.84154.15-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.18%
GREEN value IS 64 (25.39% from 255) = 14.95%
BLUE value IS 222 (87.11% from 255) = 51.87%
R=33.18%
G=14.95%
B=51.87%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal142642220.360.7100.13269.6270.5456.08
Hex8E40DE24470D10e4738
Octal2161003364410701541610770
Binary100011101000000110111101001001000111011011000011101000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E40DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E40DE; }

 p { color: rgb(142,64,222); }

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

<style>
 a { background-color: #8E40DE; }

 a { background-color: rgb(142,64,222); }

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

<style>
 span { border-color: #8E40DE; }

 span { border-color: rgb(142,64,222); }

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