#8E59DA

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

Shades of Amethyst #8E59DA

Tints of Amethyst #8E59DA

Color information

#8E59DA (or 0x8E59DA) is unknown color: approx Amethyst. HEX triplet: 8E, 59 and DA. RGB value is (142,89,218). Sum of RGB (Red+Green+Blue) = 142+89+218=449 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.63% from 449); Green value is 89 (35.16% from 255 or 19.82% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 218 - color contains mainly: blue. Hex color #8E59DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E59DA is #71A625. Grayscale: #777777. Windows color (decimal): -7448102 or 14309774. OLE color: 14309774.

HSL color Cylindrical-coordinate representation of color #8E59DA: hue angle of 264.65º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8E59DA is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB14289218-
CMYK0.350.5900.15
HSL264.65º63.55%60.2%-
HSV(B)264.65º59.17%85.49%-
XYZ27.3817.9668.35-
YUV119.55183.56144.01-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.63%
GREEN value IS 89 (35.16% from 255) = 19.82%
BLUE value IS 218 (85.55% from 255) = 48.55%
R=31.63%
G=19.82%
B=48.55%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal142892180.350.5900.15264.6563.5560.2
Hex8E59DA233B0F109403c
Octal216131332437301741110074
Binary10001110101100111011010100011111011011111000010011000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E59DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,89,218); }

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

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

 a { background-color: rgb(142,89,218); }

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

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

 span { border-color: rgb(142,89,218); }

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