#8E83DE

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

Shades of Medium Purple #8E83DE

Tints of Medium Purple #8E83DE

Color information

#8E83DE (or 0x8E83DE) is unknown color: approx Medium Purple. HEX triplet: 8E, 83 and DE. RGB value is (142,131,222). Sum of RGB (Red+Green+Blue) = 142+131+222=495 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.69% from 495); Green value is 131 (51.56% from 255 or 26.46% from 495); Blue value is 222 (87.11% from 255 or 44.85% from 495); Max value from RGB is 222 - color contains mainly: blue. Hex color #8E83DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E83DE is #717C21. Grayscale: #909090. Windows color (decimal): -7437346 or 14582670. OLE color: 14582670.

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

Color convert

RGB142131222-
CMYK0.360.4100.13
HSL247.25º57.96%69.22%-
HSV(B)247.25º40.99%87.06%-
XYZ32.4627.2672.66-
YUV144.66171.64126.1-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.69%
GREEN value IS 131 (51.56% from 255) = 26.46%
BLUE value IS 222 (87.11% from 255) = 44.85%
R=28.69%
G=26.46%
B=44.85%

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
Decimal1421312220.360.4100.13247.2557.9669.22
Hex8E83DE24290Df73a45
Octal216203336445101536772105
Binary10001110100000111101111010010010100101101111101111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E83DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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