#8E82DD

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

Shades of Medium Purple #8E82DD

Tints of Medium Purple #8E82DD

Color information

#8E82DD (or 0x8E82DD) is unknown color: approx Medium Purple. HEX triplet: 8E, 82 and DD. RGB value is (142,130,221). Sum of RGB (Red+Green+Blue) = 142+130+221=493 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.80% from 493); Green value is 130 (51.17% from 255 or 26.37% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #8E82DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E82DD is #717D22. Grayscale: #8F8F8F. Windows color (decimal): -7437603 or 14516878. OLE color: 14516878.

HSL color Cylindrical-coordinate representation of color #8E82DD: hue angle of 247.91º degrees, saturation: 0.57, 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 #8E82DD is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB142130221-
CMYK0.360.4100.13
HSL247.91º57.23%68.82%-
HSV(B)247.91º41.18%86.67%-
XYZ32.1926.9471.91-
YUV143.96171.48126.6-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.80%
GREEN value IS 130 (51.17% from 255) = 26.37%
BLUE value IS 221 (86.72% from 255) = 44.83%
R=28.80%
G=26.37%
B=44.83%

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
Decimal1421302210.360.4100.13247.9157.2368.82
Hex8E82DD24290Df83945
Octal216202335445101537071105
Binary10001110100000101101110110010010100101101111110001110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E82DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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