#8E7CDD

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

Shades of Medium Purple #8E7CDD

Tints of Medium Purple #8E7CDD

Color information

#8E7CDD (or 0x8E7CDD) is unknown color: approx Medium Purple. HEX triplet: 8E, 7C and DD. RGB value is (142,124,221). Sum of RGB (Red+Green+Blue) = 142+124+221=487 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.16% from 487); Green value is 124 (48.83% from 255 or 25.46% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #8E7CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7CDD is #718322. Grayscale: #8C8C8C. Windows color (decimal): -7439139 or 14515342. OLE color: 14515342.

HSL color Cylindrical-coordinate representation of color #8E7CDD: hue angle of 251.13º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E7CDD is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB142124221-
CMYK0.360.4400.13
HSL251.13º58.79%67.65%-
HSV(B)251.13º43.89%86.67%-
XYZ31.4125.3971.65-
YUV140.44173.46129.11-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.16%
GREEN value IS 124 (48.83% from 255) = 25.46%
BLUE value IS 221 (86.72% from 255) = 45.38%
R=29.16%
G=25.46%
B=45.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1421242210.360.4400.13251.1358.7967.65
Hex8E7CDD242C0Dfb3b44
Octal216174335445401537373104
Binary1000111011111001101110110010010110001101111110111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,124,221); }

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

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

 a { background-color: rgb(142,124,221); }

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

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

 span { border-color: rgb(142,124,221); }

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