#8E55C9

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

Shades of Amethyst #8E55C9

Tints of Amethyst #8E55C9

Color information

#8E55C9 (or 0x8E55C9) is unknown color: approx Amethyst. HEX triplet: 8E, 55 and C9. RGB value is (142,85,201). Sum of RGB (Red+Green+Blue) = 142+85+201=428 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.18% from 428); Green value is 85 (33.59% from 255 or 19.86% from 428); Blue value is 201 (78.91% from 255 or 46.96% from 428); Max value from RGB is 201 - color contains mainly: blue. Hex color #8E55C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E55C9 is #71AA36. Grayscale: #727272. Windows color (decimal): -7449143 or 13194638. OLE color: 13194638.

HSL color Cylindrical-coordinate representation of color #8E55C9: hue angle of 269.48º 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 #8E55C9 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14285201-
CMYK0.290.5800.21
HSL269.48º51.79%56.08%-
HSV(B)269.48º57.71%78.82%-
XYZ24.9516.4657.12-
YUV115.27176.38147.07-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.18%
GREEN value IS 85 (33.59% from 255) = 19.86%
BLUE value IS 201 (78.91% from 255) = 46.96%
R=33.18%
G=19.86%
B=46.96%

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
Decimal142852010.290.5800.21269.4851.7956.08
Hex8E55C91D3A01510d3438
Octal21612531135720254156470
Binary1000111010101011100100111101111010010101100001101110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E55C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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