#8E56DD

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

Shades of Amethyst #8E56DD

Tints of Amethyst #8E56DD

Color information

#8E56DD (or 0x8E56DD) is unknown color: approx Amethyst. HEX triplet: 8E, 56 and DD. RGB value is (142,86,221). Sum of RGB (Red+Green+Blue) = 142+86+221=449 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.63% from 449); Green value is 86 (33.98% from 255 or 19.15% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #8E56DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E56DD is #71A922. Grayscale: #757575. Windows color (decimal): -7448867 or 14505614. OLE color: 14505614.

HSL color Cylindrical-coordinate representation of color #8E56DD: hue angle of 264.89º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8E56DD is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14286221-
CMYK0.360.6100.13
HSL264.89º66.5%60.2%-
HSV(B)264.89º61.09%86.67%-
XYZ27.5317.6370.36-
YUV118.13186.05145.02-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.63%
GREEN value IS 86 (33.98% from 255) = 19.15%
BLUE value IS 221 (86.72% from 255) = 49.22%
R=31.63%
G=19.15%
B=49.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal142862210.360.6100.13264.8966.560.2
Hex8E56DD243D0D109433c
Octal216126335447501541110374
Binary10001110101011011011101100100111101011011000010011000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E56DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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