#8E54DF

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

Shades of Amethyst #8E54DF

Tints of Amethyst #8E54DF

Color information

#8E54DF (or 0x8E54DF) is unknown color: approx Amethyst. HEX triplet: 8E, 54 and DF. RGB value is (142,84,223). Sum of RGB (Red+Green+Blue) = 142+84+223=449 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.63% from 449); Green value is 84 (33.20% from 255 or 18.71% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #8E54DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E54DF is #71AB20. Grayscale: #747474. Windows color (decimal): -7449377 or 14636174. OLE color: 14636174.

HSL color Cylindrical-coordinate representation of color #8E54DF: hue angle of 265.04º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8E54DF is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14284223-
CMYK0.360.6200.13
HSL265.04º68.47%60.2%-
HSV(B)265.04º62.33%87.45%-
XYZ27.6417.4271.72-
YUV117.19187.72145.7-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.63%
GREEN value IS 84 (33.20% from 255) = 18.71%
BLUE value IS 223 (87.5% from 255) = 49.67%
R=31.63%
G=18.71%
B=49.67%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal142842230.360.6200.13265.0468.4760.2
Hex8E54DF243E0D109443c
Octal216124337447601541110474
Binary10001110101010011011111100100111110011011000010011000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E54DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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