#8E80E3

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

Shades of Medium Purple #8E80E3

Tints of Medium Purple #8E80E3

Color information

#8E80E3 (or 0x8E80E3) is unknown color: approx Medium Purple. HEX triplet: 8E, 80 and E3. RGB value is (142,128,227). Sum of RGB (Red+Green+Blue) = 142+128+227=497 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.57% from 497); Green value is 128 (50.39% from 255 or 25.75% from 497); Blue value is 227 (89.06% from 255 or 45.67% from 497); Max value from RGB is 227 - color contains mainly: blue. Hex color #8E80E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E80E3 is #717F1C. Grayscale: #8F8F8F. Windows color (decimal): -7438109 or 14909582. OLE color: 14909582.

HSL color Cylindrical-coordinate representation of color #8E80E3: hue angle of 248.48º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E80E3 is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB142128227-
CMYK0.370.4400.11
HSL248.48º63.87%69.61%-
HSV(B)248.48º43.61%89.02%-
XYZ32.7426.7476.11-
YUV143.47175.14126.95-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.57%
GREEN value IS 128 (50.39% from 255) = 25.75%
BLUE value IS 227 (89.06% from 255) = 45.67%
R=28.57%
G=25.75%
B=45.67%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1421282270.370.4400.11248.4863.8769.61
Hex8E80E3252C0Bf84046
Octal2162003434554013370100106
Binary100011101000000011100011100101101100010111111100010000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E80E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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