#8E5ECA

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

Shades of Amethyst #8E5ECA

Tints of Amethyst #8E5ECA

Color information

#8E5ECA (or 0x8E5ECA) is unknown color: approx Amethyst. HEX triplet: 8E, 5E and CA. RGB value is (142,94,202). Sum of RGB (Red+Green+Blue) = 142+94+202=438 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.42% from 438); Green value is 94 (37.11% from 255 or 21.46% from 438); Blue value is 202 (79.30% from 255 or 46.12% from 438); Max value from RGB is 202 - color contains mainly: blue. Hex color #8E5ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E5ECA is #71A135. Grayscale: #787878. Windows color (decimal): -7446838 or 13262478. OLE color: 13262478.

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

Color convert

RGB14294202-
CMYK0.300.5300.21
HSL266.67º50.47%58.04%-
HSV(B)266.67º53.47%79.22%-
XYZ25.8218.0257.99-
YUV120.66173.9143.22-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.42%
GREEN value IS 94 (37.11% from 255) = 21.46%
BLUE value IS 202 (79.30% from 255) = 46.12%
R=32.42%
G=21.46%
B=46.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal142942020.300.5300.21266.6750.4758.04
Hex8E5ECA1E3501510b323a
Octal21613631236650254136272
Binary1000111010111101100101011110110101010101100001011110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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