#8E5EDC

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

Shades of Medium Purple #8E5EDC

Tints of Medium Purple #8E5EDC

Color information

#8E5EDC (or 0x8E5EDC) is unknown color: approx Medium Purple. HEX triplet: 8E, 5E and DC. RGB value is (142,94,220). Sum of RGB (Red+Green+Blue) = 142+94+220=456 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.14% from 456); Green value is 94 (37.11% from 255 or 20.61% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #8E5EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E5EDC is #71A123. Grayscale: #7A7A7A. Windows color (decimal): -7446820 or 14442126. OLE color: 14442126.

HSL color Cylindrical-coordinate representation of color #8E5EDC: hue angle of 262.86º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8E5EDC is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB14294220-
CMYK0.350.5700.14
HSL262.86º64.29%61.57%-
HSV(B)262.86º57.27%86.27%-
XYZ28.0818.9269.88-
YUV122.72182.9141.75-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.14%
GREEN value IS 94 (37.11% from 255) = 20.61%
BLUE value IS 220 (86.33% from 255) = 48.25%
R=31.14%
G=20.61%
B=48.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal142942200.350.5700.14262.8664.2961.57
Hex8E5EDC23390E107403e
Octal216136334437101640710076
Binary10001110101111011011100100011111001011101000001111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,94,220); }

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

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

 a { background-color: rgb(142,94,220); }

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

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

 span { border-color: rgb(142,94,220); }

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