#8E80DE

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

Shades of Medium Purple #8E80DE

Tints of Medium Purple #8E80DE

Color information

#8E80DE (or 0x8E80DE) is unknown color: approx Medium Purple. HEX triplet: 8E, 80 and DE. RGB value is (142,128,222). Sum of RGB (Red+Green+Blue) = 142+128+222=492 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.86% from 492); Green value is 128 (50.39% from 255 or 26.02% from 492); Blue value is 222 (87.11% from 255 or 45.12% from 492); Max value from RGB is 222 - color contains mainly: blue. Hex color #8E80DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E80DE is #717F21. Grayscale: #8E8E8E. Windows color (decimal): -7438114 or 14581902. OLE color: 14581902.

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

Color convert

RGB142128222-
CMYK0.360.4200.13
HSL248.94º58.75%68.63%-
HSV(B)248.94º42.34%87.06%-
XYZ32.0626.4672.53-
YUV142.9172.64127.36-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.86%
GREEN value IS 128 (50.39% from 255) = 26.02%
BLUE value IS 222 (87.11% from 255) = 45.12%
R=28.86%
G=26.02%
B=45.12%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1421282220.360.4200.13248.9458.7568.63
Hex8E80DE242A0Df93b45
Octal216200336445201537173105
Binary10001110100000001101111010010010101001101111110011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E80DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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