#8E77E6

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

Shades of Medium Purple #8E77E6

Tints of Medium Purple #8E77E6

Color information

#8E77E6 (or 0x8E77E6) is unknown color: approx Medium Purple. HEX triplet: 8E, 77 and E6. RGB value is (142,119,230). Sum of RGB (Red+Green+Blue) = 142+119+230=491 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.92% from 491); Green value is 119 (46.88% from 255 or 24.24% from 491); Blue value is 230 (90.23% from 255 or 46.84% from 491); Max value from RGB is 230 - color contains mainly: blue. Hex color #8E77E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E77E6 is #718819. Grayscale: #8A8A8A. Windows color (decimal): -7440410 or 15103886. OLE color: 15103886.

HSL color Cylindrical-coordinate representation of color #8E77E6: hue angle of 252.43º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8E77E6 is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB142119230-
CMYK0.380.4800.10
HSL252.43º68.94%68.43%-
HSV(B)252.43º48.26%90.2%-
XYZ32.0424.6677.93-
YUV138.53179.62130.47-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.92%
GREEN value IS 119 (46.88% from 255) = 24.24%
BLUE value IS 230 (90.23% from 255) = 46.84%
R=28.92%
G=24.24%
B=46.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1421192300.380.4800.10252.4368.9468.43
Hex8E77E626300Afc4544
Octal2161673464660012374105104
Binary10001110111011111100110100110110000010101111110010001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E77E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,119,230); }

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

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

 a { background-color: rgb(142,119,230); }

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

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

 span { border-color: rgb(142,119,230); }

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