#8E4DDF

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

Shades of Amethyst #8E4DDF

Tints of Amethyst #8E4DDF

Color information

#8E4DDF (or 0x8E4DDF) is unknown color: approx Amethyst. HEX triplet: 8E, 4D and DF. RGB value is (142,77,223). Sum of RGB (Red+Green+Blue) = 142+77+223=442 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.13% from 442); Green value is 77 (30.47% from 255 or 17.42% from 442); Blue value is 223 (87.5% from 255 or 50.45% from 442); Max value from RGB is 223 - color contains mainly: blue. Hex color #8E4DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E4DDF is #71B220. Grayscale: #707070. Windows color (decimal): -7451169 or 14634382. OLE color: 14634382.

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

Color convert

RGB14277223-
CMYK0.360.6500.13
HSL266.71º69.52%58.82%-
HSV(B)266.71º65.47%87.45%-
XYZ27.1316.3971.55-
YUV113.08190.03148.63-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.13%
GREEN value IS 77 (30.47% from 255) = 17.42%
BLUE value IS 223 (87.5% from 255) = 50.45%
R=32.13%
G=17.42%
B=50.45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal142772230.360.6500.13266.7169.5258.82
Hex8E4DDF24410D10b463b
Octal2161153374410101541310673
Binary100011101001101110111111001001000001011011000010111000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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