#8E56DB

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

Shades of Amethyst #8E56DB

Tints of Amethyst #8E56DB

Color information

#8E56DB (or 0x8E56DB) is unknown color: approx Amethyst. HEX triplet: 8E, 56 and DB. RGB value is (142,86,219). Sum of RGB (Red+Green+Blue) = 142+86+219=447 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.77% from 447); Green value is 86 (33.98% from 255 or 19.24% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #8E56DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E56DB is #71A924. Grayscale: #757575. Windows color (decimal): -7448869 or 14374542. OLE color: 14374542.

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

Color convert

RGB14286219-
CMYK0.350.6100.14
HSL265.26º64.88%59.8%-
HSV(B)265.26º60.73%85.88%-
XYZ27.2717.5268.96-
YUV117.91185.05145.19-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.77%
GREEN value IS 86 (33.98% from 255) = 19.24%
BLUE value IS 219 (85.94% from 255) = 48.99%
R=31.77%
G=19.24%
B=48.99%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal142862190.350.6100.14265.2664.8859.8
Hex8E56DB233D0E109413c
Octal216126333437501641110174
Binary10001110101011011011011100011111101011101000010011000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E56DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,86,219); }

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

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

 a { background-color: rgb(142,86,219); }

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

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

 span { border-color: rgb(142,86,219); }

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