#8E52D0

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

Shades of Amethyst #8E52D0

Tints of Amethyst #8E52D0

Color information

#8E52D0 (or 0x8E52D0) is unknown color: approx Amethyst. HEX triplet: 8E, 52 and D0. RGB value is (142,82,208). Sum of RGB (Red+Green+Blue) = 142+82+208=432 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.87% from 432); Green value is 82 (32.42% from 255 or 18.98% from 432); Blue value is 208 (81.64% from 255 or 48.15% from 432); Max value from RGB is 208 - color contains mainly: blue. Hex color #8E52D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E52D0 is #71AD2F. Grayscale: #717171. Windows color (decimal): -7449904 or 13652622. OLE color: 13652622.

HSL color Cylindrical-coordinate representation of color #8E52D0: hue angle of 268.57º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8E52D0 is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB14282208-
CMYK0.320.6100.18
HSL268.57º57.27%56.86%-
HSV(B)268.57º60.58%81.57%-
XYZ25.5616.3461.48-
YUV114.3180.88147.75-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.87%
GREEN value IS 82 (32.42% from 255) = 18.98%
BLUE value IS 208 (81.64% from 255) = 48.15%
R=32.87%
G=18.98%
B=48.15%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal142822080.320.6100.18268.5757.2756.86
Hex8E52D0203D01210d3939
Octal21612232040750224157171
Binary10001110101001011010000100000111101010010100001101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E52D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,82,208); }

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

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

 a { background-color: rgb(142,82,208); }

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

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

 span { border-color: rgb(142,82,208); }

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