#8E56E1

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

Shades of Medium Purple #8E56E1

Tints of Medium Purple #8E56E1

Color information

#8E56E1 (or 0x8E56E1) is unknown color: approx Medium Purple. HEX triplet: 8E, 56 and E1. RGB value is (142,86,225). Sum of RGB (Red+Green+Blue) = 142+86+225=453 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.35% from 453); Green value is 86 (33.98% from 255 or 18.98% from 453); Blue value is 225 (88.28% from 255 or 49.67% from 453); Max value from RGB is 225 - color contains mainly: blue. Hex color #8E56E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E56E1 is #71A91E. Grayscale: #767676. Windows color (decimal): -7448863 or 14767758. OLE color: 14767758.

HSL color Cylindrical-coordinate representation of color #8E56E1: hue angle of 264.17º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8E56E1 is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB14286225-
CMYK0.370.6200.12
HSL264.17º69.85%60.98%-
HSV(B)264.17º61.78%88.24%-
XYZ28.0717.8473.2-
YUV118.59188.05144.7-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.35%
GREEN value IS 86 (33.98% from 255) = 18.98%
BLUE value IS 225 (88.28% from 255) = 49.67%
R=31.35%
G=18.98%
B=49.67%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal142862250.370.6200.12264.1769.8560.98
Hex8E56E1253E0C108463d
Octal216126341457601441010675
Binary10001110101011011100001100101111110011001000010001000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E56E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,86,225); }

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

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

 a { background-color: rgb(142,86,225); }

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

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

 span { border-color: rgb(142,86,225); }

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