#8E82DE

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

Shades of Medium Purple #8E82DE

Tints of Medium Purple #8E82DE

Color information

#8E82DE (or 0x8E82DE) is unknown color: approx Medium Purple. HEX triplet: 8E, 82 and DE. RGB value is (142,130,222). Sum of RGB (Red+Green+Blue) = 142+130+222=494 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.74% from 494); Green value is 130 (51.17% from 255 or 26.32% from 494); Blue value is 222 (87.11% from 255 or 44.94% from 494); Max value from RGB is 222 - color contains mainly: blue. Hex color #8E82DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E82DE is #717D21. Grayscale: #8F8F8F. Windows color (decimal): -7437602 or 14582414. OLE color: 14582414.

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

Color convert

RGB142130222-
CMYK0.360.4100.13
HSL247.83º58.23%69.02%-
HSV(B)247.83º41.44%87.06%-
XYZ32.3226.9972.61-
YUV144.08171.98126.52-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.74%
GREEN value IS 130 (51.17% from 255) = 26.32%
BLUE value IS 222 (87.11% from 255) = 44.94%
R=28.74%
G=26.32%
B=44.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1421302220.360.4100.13247.8358.2369.02
Hex8E82DE24290Df83a45
Octal216202336445101537072105
Binary10001110100000101101111010010010100101101111110001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E82DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,130,222); }

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

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

 a { background-color: rgb(142,130,222); }

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

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

 span { border-color: rgb(142,130,222); }

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