#8E4DDC

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

Shades of Amethyst #8E4DDC

Tints of Amethyst #8E4DDC

Color information

#8E4DDC (or 0x8E4DDC) is unknown color: approx Amethyst. HEX triplet: 8E, 4D and DC. RGB value is (142,77,220). Sum of RGB (Red+Green+Blue) = 142+77+220=439 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.35% from 439); Green value is 77 (30.47% from 255 or 17.54% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #8E4DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E4DDC is #71B223. Grayscale: #707070. Windows color (decimal): -7451172 or 14437774. OLE color: 14437774.

HSL color Cylindrical-coordinate representation of color #8E4DDC: hue angle of 267.27º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8E4DDC is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB14277220-
CMYK0.350.6500.14
HSL267.27º67.14%58.24%-
HSV(B)267.27º65%86.27%-
XYZ26.7316.2369.43-
YUV112.74188.53148.87-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.35%
GREEN value IS 77 (30.47% from 255) = 17.54%
BLUE value IS 220 (86.33% from 255) = 50.11%
R=32.35%
G=17.54%
B=50.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal142772200.350.6500.14267.2767.1458.24
Hex8E4DDC23410E10b433a
Octal2161153344310101641310372
Binary100011101001101110111001000111000001011101000010111000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,77,220); }

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

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

 a { background-color: rgb(142,77,220); }

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

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

 span { border-color: rgb(142,77,220); }

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