#8e4ad5

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

Shades of Amethyst #8E4AD5

Tints of Amethyst #8E4AD5

Color information

#8E4AD5 (or 0x8E4AD5) is unknown color: approx Amethyst. HEX triplet: 8E, 4A and D5. RGB value is (142,74,213). Sum of RGB (Red+Green+Blue) = 142+74+213=429 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.10% from 429); Green value is 74 (29.30% from 255 or 17.25% from 429); Blue value is 213 (83.59% from 255 or 49.65% from 429); Max value from RGB is 213 - color contains mainly: blue. Hex color #8E4AD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E4AD5 is #71B52A. Grayscale: #6D6D6D. Windows color (decimal): -7451947 or 13978254. OLE color: 13978254.

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

Color convert

RGB14274213-
CMYK0.330.6500.16
HSL269.35º62.33%56.27%-
HSV(B)269.35º65.26%83.53%-
XYZ25.6115.4564.58-
YUV110.18186.03150.7-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.10%
GREEN value IS 74 (29.30% from 255) = 17.25%
BLUE value IS 213 (83.59% from 255) = 49.65%
R=33.10%
G=17.25%
B=49.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal142742130.330.6500.16269.3562.3356.27
Hex8E4AD5214101010d3e38
Octal216112325411010204157670
Binary100011101001010110101011000011000001010000100001101111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e4ad5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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