#8E54DC

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

Shades of Amethyst #8E54DC

Tints of Amethyst #8E54DC

Color information

#8E54DC (or 0x8E54DC) is unknown color: approx Amethyst. HEX triplet: 8E, 54 and DC. RGB value is (142,84,220). Sum of RGB (Red+Green+Blue) = 142+84+220=446 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.84% from 446); Green value is 84 (33.20% from 255 or 18.83% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #8E54DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E54DC is #71AB23. Grayscale: #747474. Windows color (decimal): -7449380 or 14439566. OLE color: 14439566.

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

Color convert

RGB14284220-
CMYK0.350.6200.14
HSL265.59º66.02%59.61%-
HSV(B)265.59º61.82%86.27%-
XYZ27.2417.2669.61-
YUV116.85186.22145.94-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.84%
GREEN value IS 84 (33.20% from 255) = 18.83%
BLUE value IS 220 (86.33% from 255) = 49.33%
R=31.84%
G=18.83%
B=49.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal142842200.350.6200.14265.5966.0259.61
Hex8E54DC233E0E10a423c
Octal216124334437601641210274
Binary10001110101010011011100100011111110011101000010101000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E54DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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