#8E54CE

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

Shades of Amethyst #8E54CE

Tints of Amethyst #8E54CE

Color information

#8E54CE (or 0x8E54CE) is unknown color: approx Amethyst. HEX triplet: 8E, 54 and CE. RGB value is (142,84,206). Sum of RGB (Red+Green+Blue) = 142+84+206=432 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.87% from 432); Green value is 84 (33.20% from 255 or 19.44% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #8E54CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E54CE is #71AB31. Grayscale: #727272. Windows color (decimal): -7449394 or 13522062. OLE color: 13522062.

HSL color Cylindrical-coordinate representation of color #8E54CE: hue angle of 268.52º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8E54CE is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB14284206-
CMYK0.310.5900.19
HSL268.52º55.45%56.86%-
HSV(B)268.52º59.22%80.78%-
XYZ25.4716.5560.24-
YUV115.25179.22147.08-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.87%
GREEN value IS 84 (33.20% from 255) = 19.44%
BLUE value IS 206 (80.86% from 255) = 47.69%
R=32.87%
G=19.44%
B=47.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal142842060.310.5900.19268.5255.4556.86
Hex8E54CE1F3B01310d3739
Octal21612431637730234156771
Binary1000111010101001100111011111111011010011100001101110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E54CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,84,206); }

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

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

 a { background-color: rgb(142,84,206); }

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

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

 span { border-color: rgb(142,84,206); }

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