#8E7DDE

Color #8E7DDE Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #8E7DDE

Tints of Medium Purple #8E7DDE

Color information

#8E7DDE (or 0x8E7DDE) is unknown color: approx Medium Purple. HEX triplet: 8E, 7D and DE. RGB value is (142,125,222). Sum of RGB (Red+Green+Blue) = 142+125+222=489 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.04% from 489); Green value is 125 (49.22% from 255 or 25.56% from 489); Blue value is 222 (87.11% from 255 or 45.40% from 489); Max value from RGB is 222 - color contains mainly: blue. Hex color #8E7DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7DDE is #718221. Grayscale: #8C8C8C. Windows color (decimal): -7438882 or 14581134. OLE color: 14581134.

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

Color convert

RGB142125222-
CMYK0.360.4400.13
HSL250.52º59.51%68.04%-
HSV(B)250.52º43.69%87.06%-
XYZ31.6725.6972.4-
YUV141.14173.63128.61-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.04%
GREEN value IS 125 (49.22% from 255) = 25.56%
BLUE value IS 222 (87.11% from 255) = 45.40%
R=29.04%
G=25.56%
B=45.40%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1421252220.360.4400.13250.5259.5168.04
Hex8E7DDE242C0Dfb3c44
Octal216175336445401537374104
Binary1000111011111011101111010010010110001101111110111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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