#8E53CA

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

Shades of Amethyst #8E53CA

Tints of Amethyst #8E53CA

Color information

#8E53CA (or 0x8E53CA) is unknown color: approx Amethyst. HEX triplet: 8E, 53 and CA. RGB value is (142,83,202). Sum of RGB (Red+Green+Blue) = 142+83+202=427 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.26% from 427); Green value is 83 (32.81% from 255 or 19.44% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 202 - color contains mainly: blue. Hex color #8E53CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E53CA is #71AC35. Grayscale: #717171. Windows color (decimal): -7449654 or 13259662. OLE color: 13259662.

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

Color convert

RGB14283202-
CMYK0.300.5900.21
HSL269.75º52.89%55.88%-
HSV(B)269.75º58.91%79.22%-
XYZ24.9116.257.69-
YUV114.21177.55147.82-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.26%
GREEN value IS 83 (32.81% from 255) = 19.44%
BLUE value IS 202 (79.30% from 255) = 47.31%
R=33.26%
G=19.44%
B=47.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal142832020.300.5900.21269.7552.8955.88
Hex8E53CA1E3B01510e3538
Octal21612331236730254166570
Binary1000111010100111100101011110111011010101100001110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E53CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,83,202); }

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

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

 a { background-color: rgb(142,83,202); }

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

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

 span { border-color: rgb(142,83,202); }

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