#8E5EC3

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

Shades of Amethyst #8E5EC3

Tints of Amethyst #8E5EC3

Color information

#8E5EC3 (or 0x8E5EC3) is unknown color: approx Amethyst. HEX triplet: 8E, 5E and C3. RGB value is (142,94,195). Sum of RGB (Red+Green+Blue) = 142+94+195=431 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.95% from 431); Green value is 94 (37.11% from 255 or 21.81% from 431); Blue value is 195 (76.56% from 255 or 45.24% from 431); Max value from RGB is 195 - color contains mainly: blue. Hex color #8E5EC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E5EC3 is #71A13C. Grayscale: #777777. Windows color (decimal): -7446845 or 12803726. OLE color: 12803726.

HSL color Cylindrical-coordinate representation of color #8E5EC3: hue angle of 268.51º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8E5EC3 is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14294195-
CMYK0.270.5200.24
HSL268.51º45.7%56.67%-
HSV(B)268.51º51.79%76.47%-
XYZ25.0117.753.73-
YUV119.87170.4143.79-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.95%
GREEN value IS 94 (37.11% from 255) = 21.81%
BLUE value IS 195 (76.56% from 255) = 45.24%
R=32.95%
G=21.81%
B=45.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal142941950.270.5200.24268.5145.756.67
Hex8E5EC31B3401810d2e39
Octal21613630333640304155671
Binary1000111010111101100001111011110100011000100001101101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,94,195); }

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

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

 a { background-color: rgb(142,94,195); }

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

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

 span { border-color: rgb(142,94,195); }

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