#8E7FE7

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

Shades of Medium Purple #8E7FE7

Tints of Medium Purple #8E7FE7

Color information

#8E7FE7 (or 0x8E7FE7) is unknown color: approx Medium Purple. HEX triplet: 8E, 7F and E7. RGB value is (142,127,231). Sum of RGB (Red+Green+Blue) = 142+127+231=500 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.4% from 500); Green value is 127 (50% from 255 or 25.4% from 500); Blue value is 231 (90.62% from 255 or 46.2% from 500); Max value from RGB is 231 - color contains mainly: blue. Hex color #8E7FE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E7FE7 is #718018. Grayscale: #8E8E8E. Windows color (decimal): -7438361 or 15171470. OLE color: 15171470.

HSL color Cylindrical-coordinate representation of color #8E7FE7: hue angle of 248.65º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8E7FE7 is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB142127231-
CMYK0.390.4500.09
HSL248.65º68.42%70.2%-
HSV(B)248.65º45.02%90.59%-
XYZ33.1726.779.01-
YUV143.34177.47127.04-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.4%
GREEN value IS 127 (50% from 255) = 25.4%
BLUE value IS 231 (90.62% from 255) = 46.2%
R=28.4%
G=25.4%
B=46.2%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1421272310.390.4500.09248.6568.4270.2
Hex8E7FE7272D09f94446
Octal2161773474755011371104106
Binary10001110111111111100111100111101101010011111100110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7FE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,127,231); }

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

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

 a { background-color: rgb(142,127,231); }

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

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

 span { border-color: rgb(142,127,231); }

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