#8E7DDC

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

Shades of Medium Purple #8E7DDC

Tints of Medium Purple #8E7DDC

Color information

#8E7DDC (or 0x8E7DDC) is unknown color: approx Medium Purple. HEX triplet: 8E, 7D and DC. RGB value is (142,125,220). Sum of RGB (Red+Green+Blue) = 142+125+220=487 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.16% from 487); Green value is 125 (49.22% from 255 or 25.67% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #8E7DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7DDC is #718223. Grayscale: #8C8C8C. Windows color (decimal): -7438884 or 14450062. OLE color: 14450062.

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

Color convert

RGB142125220-
CMYK0.350.4300.14
HSL250.74º57.58%67.65%-
HSV(B)250.74º43.18%86.27%-
XYZ31.4125.5970.99-
YUV140.91172.63128.78-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.16%
GREEN value IS 125 (49.22% from 255) = 25.67%
BLUE value IS 220 (86.33% from 255) = 45.17%
R=29.16%
G=25.67%
B=45.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1421252200.350.4300.14250.7457.5867.65
Hex8E7DDC232B0Efb3a44
Octal216175334435301637372104
Binary1000111011111011101110010001110101101110111110111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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