#8E58DE

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

Shades of Medium Purple #8E58DE

Tints of Medium Purple #8E58DE

Color information

#8E58DE (or 0x8E58DE) is unknown color: approx Medium Purple. HEX triplet: 8E, 58 and DE. RGB value is (142,88,222). Sum of RGB (Red+Green+Blue) = 142+88+222=452 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.42% from 452); Green value is 88 (34.77% from 255 or 19.47% from 452); Blue value is 222 (87.11% from 255 or 49.12% from 452); Max value from RGB is 222 - color contains mainly: blue. Hex color #8E58DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E58DE is #71A721. Grayscale: #767676. Windows color (decimal): -7448354 or 14571662. OLE color: 14571662.

HSL color Cylindrical-coordinate representation of color #8E58DE: hue angle of 264.18º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8E58DE is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14288222-
CMYK0.360.6000.13
HSL264.18º67%60.78%-
HSV(B)264.18º60.36%87.06%-
XYZ27.831871.12-
YUV119.42185.89144.1-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.42%
GREEN value IS 88 (34.77% from 255) = 19.47%
BLUE value IS 222 (87.11% from 255) = 49.12%
R=31.42%
G=19.47%
B=49.12%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal142882220.360.6000.13264.186760.78
Hex8E58DE243C0D108433d
Octal216130336447401541010375
Binary10001110101100011011110100100111100011011000010001000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E58DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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