#8E71E4

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

Shades of Medium Purple #8E71E4

Tints of Medium Purple #8E71E4

Color information

#8E71E4 (or 0x8E71E4) is unknown color: approx Medium Purple. HEX triplet: 8E, 71 and E4. RGB value is (142,113,228). Sum of RGB (Red+Green+Blue) = 142+113+228=483 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.40% from 483); Green value is 113 (44.53% from 255 or 23.40% from 483); Blue value is 228 (89.45% from 255 or 47.20% from 483); Max value from RGB is 228 - color contains mainly: blue. Hex color #8E71E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E71E4 is #718E1B. Grayscale: #868686. Windows color (decimal): -7441948 or 14971278. OLE color: 14971278.

HSL color Cylindrical-coordinate representation of color #8E71E4: hue angle of 255.13º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8E71E4 is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB142113228-
CMYK0.380.5000.11
HSL255.13º68.05%66.86%-
HSV(B)255.13º50.44%89.41%-
XYZ31.0623.1676.23-
YUV134.78180.61133.15-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.40%
GREEN value IS 113 (44.53% from 255) = 23.40%
BLUE value IS 228 (89.45% from 255) = 47.20%
R=29.40%
G=23.40%
B=47.20%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1421132280.380.5000.11255.1368.0566.86
Hex8E71E426320Bff4443
Octal2161613444662013377104103
Binary10001110111000111100100100110110010010111111111110001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E71E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,113,228); }

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

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

 a { background-color: rgb(142,113,228); }

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

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

 span { border-color: rgb(142,113,228); }

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