#8E54C9

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

Shades of Amethyst #8E54C9

Tints of Amethyst #8E54C9

Color information

#8E54C9 (or 0x8E54C9) is unknown color: approx Amethyst. HEX triplet: 8E, 54 and C9. RGB value is (142,84,201). Sum of RGB (Red+Green+Blue) = 142+84+201=427 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.26% from 427); Green value is 84 (33.20% from 255 or 19.67% from 427); Blue value is 201 (78.91% from 255 or 47.07% from 427); Max value from RGB is 201 - color contains mainly: blue. Hex color #8E54C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E54C9 is #71AB36. Grayscale: #727272. Windows color (decimal): -7449399 or 13194382. OLE color: 13194382.

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

Color convert

RGB14284201-
CMYK0.290.5800.21
HSL269.74º52%55.88%-
HSV(B)269.74º58.21%78.82%-
XYZ24.8716.3157.1-
YUV114.68176.72147.49-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.26%
GREEN value IS 84 (33.20% from 255) = 19.67%
BLUE value IS 201 (78.91% from 255) = 47.07%
R=33.26%
G=19.67%
B=47.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal142842010.290.5800.21269.745255.88
Hex8E54C91D3A01510e3438
Octal21612431135720254166470
Binary1000111010101001100100111101111010010101100001110110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E54C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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