#8E57C9

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

Shades of Amethyst #8E57C9

Tints of Amethyst #8E57C9

Color information

#8E57C9 (or 0x8E57C9) is unknown color: approx Amethyst. HEX triplet: 8E, 57 and C9. RGB value is (142,87,201). Sum of RGB (Red+Green+Blue) = 142+87+201=430 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.02% from 430); Green value is 87 (34.38% from 255 or 20.23% from 430); Blue value is 201 (78.91% from 255 or 46.74% from 430); Max value from RGB is 201 - color contains mainly: blue. Hex color #8E57C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E57C9 is #71A836. Grayscale: #747474. Windows color (decimal): -7448631 or 13195150. OLE color: 13195150.

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

Color convert

RGB14287201-
CMYK0.290.5700.21
HSL268.95º51.35%56.47%-
HSV(B)268.95º56.72%78.82%-
XYZ25.1116.7857.17-
YUV116.44175.72146.23-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.02%
GREEN value IS 87 (34.38% from 255) = 20.23%
BLUE value IS 201 (78.91% from 255) = 46.74%
R=33.02%
G=20.23%
B=46.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal142872010.290.5700.21268.9551.3556.47
Hex8E57C91D3901510d3338
Octal21612731135710254156370
Binary1000111010101111100100111101111001010101100001101110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E57C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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