#8e58e3

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

Shades of Medium Purple #8E58E3

Tints of Medium Purple #8E58E3

Color information

#8E58E3 (or 0x8E58E3) is unknown color: approx Medium Purple. HEX triplet: 8E, 58 and E3. RGB value is (142,88,227). Sum of RGB (Red+Green+Blue) = 142+88+227=457 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.07% from 457); Green value is 88 (34.77% from 255 or 19.26% from 457); Blue value is 227 (89.06% from 255 or 49.67% from 457); Max value from RGB is 227 - color contains mainly: blue. Hex color #8E58E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E58E3 is #71A71C. Grayscale: #777777. Windows color (decimal): -7448349 or 14899342. OLE color: 14899342.

HSL color Cylindrical-coordinate representation of color #8E58E3: hue angle of 263.31º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8E58E3 is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB14288227-
CMYK0.370.6100.11
HSL263.31º71.28%61.76%-
HSV(B)263.31º61.23%89.02%-
XYZ28.5118.2874.7-
YUV119.99188.39143.7-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.07%
GREEN value IS 88 (34.77% from 255) = 19.26%
BLUE value IS 227 (89.06% from 255) = 49.67%
R=31.07%
G=19.26%
B=49.67%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal142882270.370.6100.11263.3171.2861.76
Hex8E58E3253D0B107473e
Octal216130343457501340710776
Binary10001110101100011100011100101111101010111000001111000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e58e3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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