#8E80DD

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

Shades of Medium Purple #8E80DD

Tints of Medium Purple #8E80DD

Color information

#8E80DD (or 0x8E80DD) is unknown color: approx Medium Purple. HEX triplet: 8E, 80 and DD. RGB value is (142,128,221). Sum of RGB (Red+Green+Blue) = 142+128+221=491 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.92% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #8E80DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E80DD is #717F22. Grayscale: #8E8E8E. Windows color (decimal): -7438115 or 14516366. OLE color: 14516366.

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

Color convert

RGB142128221-
CMYK0.360.4200.13
HSL249.03º57.76%68.43%-
HSV(B)249.03º42.08%86.67%-
XYZ31.9326.4171.82-
YUV142.79172.14127.44-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.92%
GREEN value IS 128 (50.39% from 255) = 26.07%
BLUE value IS 221 (86.72% from 255) = 45.01%
R=28.92%
G=26.07%
B=45.01%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1421282210.360.4200.13249.0357.7668.43
Hex8E80DD242A0Df93a44
Octal216200335445201537172104
Binary10001110100000001101110110010010101001101111110011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E80DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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