#8E79EA

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

Shades of Medium Purple #8E79EA

Tints of Medium Purple #8E79EA

Color information

#8E79EA (or 0x8E79EA) is unknown color: approx Medium Purple. HEX triplet: 8E, 79 and EA. RGB value is (142,121,234). Sum of RGB (Red+Green+Blue) = 142+121+234=497 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.57% from 497); Green value is 121 (47.66% from 255 or 24.35% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 234 - color contains mainly: blue. Hex color #8E79EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E79EA is #718615. Grayscale: #8B8B8B. Windows color (decimal): -7439894 or 15366542. OLE color: 15366542.

HSL color Cylindrical-coordinate representation of color #8E79EA: hue angle of 251.15º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8E79EA is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB142121234-
CMYK0.390.4800.08
HSL251.15º72.9%69.61%-
HSV(B)251.15º48.29%91.76%-
XYZ32.8425.3781.01-
YUV140.16180.96129.31-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.57%
GREEN value IS 121 (47.66% from 255) = 24.35%
BLUE value IS 234 (91.80% from 255) = 47.08%
R=28.57%
G=24.35%
B=47.08%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1421212340.390.4800.08251.1572.969.61
Hex8E79EA273008fb4946
Octal2161713524760010373111106
Binary10001110111100111101010100111110000010001111101110010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E79EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,121,234); }

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

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

 a { background-color: rgb(142,121,234); }

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

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

 span { border-color: rgb(142,121,234); }

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