#8E55D5

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

Shades of Amethyst #8E55D5

Tints of Amethyst #8E55D5

Color information

#8E55D5 (or 0x8E55D5) is unknown color: approx Amethyst. HEX triplet: 8E, 55 and D5. RGB value is (142,85,213). Sum of RGB (Red+Green+Blue) = 142+85+213=440 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.27% from 440); Green value is 85 (33.59% from 255 or 19.32% from 440); Blue value is 213 (83.59% from 255 or 48.41% from 440); Max value from RGB is 213 - color contains mainly: blue. Hex color #8E55D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E55D5 is #71AA2A. Grayscale: #747474. Windows color (decimal): -7449131 or 13981070. OLE color: 13981070.

HSL color Cylindrical-coordinate representation of color #8E55D5: hue angle of 266.72º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8E55D5 is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB14285213-
CMYK0.330.6000.16
HSL266.72º60.38%58.43%-
HSV(B)266.72º60.09%83.53%-
XYZ26.4117.0564.85-
YUV116.64182.38146.09-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.27%
GREEN value IS 85 (33.59% from 255) = 19.32%
BLUE value IS 213 (83.59% from 255) = 48.41%
R=32.27%
G=19.32%
B=48.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal142852130.330.6000.16266.7260.3858.43
Hex8E55D5213C01010b3c3a
Octal21612532541740204137472
Binary10001110101010111010101100001111100010000100001011111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E55D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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