#8E7EE2

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

Shades of Medium Purple #8E7EE2

Tints of Medium Purple #8E7EE2

Color information

#8E7EE2 (or 0x8E7EE2) is unknown color: approx Medium Purple. HEX triplet: 8E, 7E and E2. RGB value is (142,126,226). Sum of RGB (Red+Green+Blue) = 142+126+226=494 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.74% from 494); Green value is 126 (49.61% from 255 or 25.51% from 494); Blue value is 226 (88.67% from 255 or 45.75% from 494); Max value from RGB is 226 - color contains mainly: blue. Hex color #8E7EE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7EE2 is #71811D. Grayscale: #8D8D8D. Windows color (decimal): -7438622 or 14843534. OLE color: 14843534.

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

Color convert

RGB142126226-
CMYK0.370.4400.11
HSL249.6º63.29%69.02%-
HSV(B)249.6º44.25%88.63%-
XYZ32.3426.1675.3-
YUV142.18175.3127.87-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.74%
GREEN value IS 126 (49.61% from 255) = 25.51%
BLUE value IS 226 (88.67% from 255) = 45.75%
R=28.74%
G=25.51%
B=45.75%

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
Decimal1421262260.370.4400.11249.663.2969.02
Hex8E7EE2252C0Bfa3f45
Octal216176342455401337277105
Binary1000111011111101110001010010110110001011111110101111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7EE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,126,226); }

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

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

 a { background-color: rgb(142,126,226); }

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

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

 span { border-color: rgb(142,126,226); }

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