#8E81E3

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

Shades of Medium Purple #8E81E3

Tints of Medium Purple #8E81E3

Color information

#8E81E3 (or 0x8E81E3) is unknown color: approx Medium Purple. HEX triplet: 8E, 81 and E3. RGB value is (142,129,227). Sum of RGB (Red+Green+Blue) = 142+129+227=498 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.51% from 498); Green value is 129 (50.78% from 255 or 25.90% from 498); Blue value is 227 (89.06% from 255 or 45.58% from 498); Max value from RGB is 227 - color contains mainly: blue. Hex color #8E81E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E81E3 is #717E1C. Grayscale: #8F8F8F. Windows color (decimal): -7437853 or 14909838. OLE color: 14909838.

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

Color convert

RGB142129227-
CMYK0.370.4300.11
HSL247.96º63.64%69.8%-
HSV(B)247.96º43.17%89.02%-
XYZ32.872776.15-
YUV144.06174.81126.53-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.51%
GREEN value IS 129 (50.78% from 255) = 25.90%
BLUE value IS 227 (89.06% from 255) = 45.58%
R=28.51%
G=25.90%
B=45.58%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1421292270.370.4300.11247.9663.6469.8
Hex8E81E3252B0Bf84046
Octal2162013434553013370100106
Binary100011101000000111100011100101101011010111111100010000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E81E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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