#8e4cd3

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

Shades of Amethyst #8E4CD3

Tints of Amethyst #8E4CD3

Color information

#8E4CD3 (or 0x8E4CD3) is unknown color: approx Amethyst. HEX triplet: 8E, 4C and D3. RGB value is (142,76,211). Sum of RGB (Red+Green+Blue) = 142+76+211=429 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.10% from 429); Green value is 76 (30.08% from 255 or 17.72% from 429); Blue value is 211 (82.81% from 255 or 49.18% from 429); Max value from RGB is 211 - color contains mainly: blue. Hex color #8E4CD3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E4CD3 is #71B32C. Grayscale: #6E6E6E. Windows color (decimal): -7451437 or 13847694. OLE color: 13847694.

HSL color Cylindrical-coordinate representation of color #8E4CD3: hue angle of 269.33º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8E4CD3 is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB14276211-
CMYK0.330.6400.17
HSL269.33º60.54%56.27%-
HSV(B)269.33º63.98%82.75%-
XYZ25.515.6263.3-
YUV111.12184.37150.02-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.10%
GREEN value IS 76 (30.08% from 255) = 17.72%
BLUE value IS 211 (82.81% from 255) = 49.18%
R=33.10%
G=17.72%
B=49.18%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal142762110.330.6400.17269.3360.5456.27
Hex8E4CD3214001110d3d38
Octal216114323411000214157570
Binary100011101001100110100111000011000000010001100001101111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e4cd3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,76,211); }

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

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

 a { background-color: rgb(142,76,211); }

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

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

 span { border-color: rgb(142,76,211); }

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