#8E7DDD

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

Shades of Medium Purple #8E7DDD

Tints of Medium Purple #8E7DDD

Color information

#8E7DDD (or 0x8E7DDD) is unknown color: approx Medium Purple. HEX triplet: 8E, 7D and DD. RGB value is (142,125,221). Sum of RGB (Red+Green+Blue) = 142+125+221=488 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.10% from 488); Green value is 125 (49.22% from 255 or 25.61% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #8E7DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7DDD is #718222. Grayscale: #8C8C8C. Windows color (decimal): -7438883 or 14515598. OLE color: 14515598.

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

Color convert

RGB142125221-
CMYK0.360.4300.13
HSL250.62º58.54%67.84%-
HSV(B)250.62º43.44%86.67%-
XYZ31.5425.6471.69-
YUV141.03173.13128.69-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.10%
GREEN value IS 125 (49.22% from 255) = 25.61%
BLUE value IS 221 (86.72% from 255) = 45.29%
R=29.10%
G=25.61%
B=45.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1421252210.360.4300.13250.6258.5467.84
Hex8E7DDD242B0Dfb3b44
Octal216175335445301537373104
Binary1000111011111011101110110010010101101101111110111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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