#8E83DD

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

Shades of Medium Purple #8E83DD

Tints of Medium Purple #8E83DD

Color information

#8E83DD (or 0x8E83DD) is unknown color: approx Medium Purple. HEX triplet: 8E, 83 and DD. RGB value is (142,131,221). Sum of RGB (Red+Green+Blue) = 142+131+221=494 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.74% from 494); Green value is 131 (51.56% from 255 or 26.52% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #8E83DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E83DD is #717C22. Grayscale: #909090. Windows color (decimal): -7437347 or 14517134. OLE color: 14517134.

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

Color convert

RGB142131221-
CMYK0.360.4100.13
HSL247.33º56.96%69.02%-
HSV(B)247.33º40.72%86.67%-
XYZ32.3227.271.95-
YUV144.55171.14126.18-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.74%
GREEN value IS 131 (51.56% from 255) = 26.52%
BLUE value IS 221 (86.72% from 255) = 44.74%
R=28.74%
G=26.52%
B=44.74%

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
Decimal1421312210.360.4100.13247.3356.9669.02
Hex8E83DD24290Df73945
Octal216203335445101536771105
Binary10001110100000111101110110010010100101101111101111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E83DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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