#8E57CA

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

Shades of Amethyst #8E57CA

Tints of Amethyst #8E57CA

Color information

#8E57CA (or 0x8E57CA) is unknown color: approx Amethyst. HEX triplet: 8E, 57 and CA. RGB value is (142,87,202). Sum of RGB (Red+Green+Blue) = 142+87+202=431 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.95% from 431); Green value is 87 (34.38% from 255 or 20.19% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 202 - color contains mainly: blue. Hex color #8E57CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E57CA is #71A835. Grayscale: #747474. Windows color (decimal): -7448630 or 13260686. OLE color: 13260686.

HSL color Cylindrical-coordinate representation of color #8E57CA: hue angle of 268.7º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8E57CA is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14287202-
CMYK0.300.5700.21
HSL268.7º52.04%56.67%-
HSV(B)268.7º56.93%79.22%-
XYZ25.2216.8357.8-
YUV116.56176.22146.15-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.95%
GREEN value IS 87 (34.38% from 255) = 20.19%
BLUE value IS 202 (79.30% from 255) = 46.87%
R=32.95%
G=20.19%
B=46.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal142872020.300.5700.21268.752.0456.67
Hex8E57CA1E3901510d3439
Octal21612731236710254156471
Binary1000111010101111100101011110111001010101100001101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E57CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,87,202); }

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

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

 a { background-color: rgb(142,87,202); }

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

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

 span { border-color: rgb(142,87,202); }

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