#8E80DB

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

Shades of Medium Purple #8E80DB

Tints of Medium Purple #8E80DB

Color information

#8E80DB (or 0x8E80DB) is unknown color: approx Medium Purple. HEX triplet: 8E, 80 and DB. RGB value is (142,128,219). Sum of RGB (Red+Green+Blue) = 142+128+219=489 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.04% from 489); Green value is 128 (50.39% from 255 or 26.18% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #8E80DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E80DB is #717F24. Grayscale: #8E8E8E. Windows color (decimal): -7438117 or 14385294. OLE color: 14385294.

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

Color convert

RGB142128219-
CMYK0.350.4200.14
HSL249.23º55.83%68.04%-
HSV(B)249.23º41.55%85.88%-
XYZ31.6626.370.43-
YUV142.56171.14127.6-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.04%
GREEN value IS 128 (50.39% from 255) = 26.18%
BLUE value IS 219 (85.94% from 255) = 44.79%
R=29.04%
G=26.18%
B=44.79%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1421282190.350.4200.14249.2355.8368.04
Hex8E80DB232A0Ef93844
Octal216200333435201637170104
Binary10001110100000001101101110001110101001110111110011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E80DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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