#8E53DE

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

Shades of Amethyst #8E53DE

Tints of Amethyst #8E53DE

Color information

#8E53DE (or 0x8E53DE) is unknown color: approx Amethyst. HEX triplet: 8E, 53 and DE. RGB value is (142,83,222). Sum of RGB (Red+Green+Blue) = 142+83+222=447 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.77% from 447); Green value is 83 (32.81% from 255 or 18.57% from 447); Blue value is 222 (87.11% from 255 or 49.66% from 447); Max value from RGB is 222 - color contains mainly: blue. Hex color #8E53DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E53DE is #71AC21. Grayscale: #737373. Windows color (decimal): -7449634 or 14570382. OLE color: 14570382.

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

Color convert

RGB14283222-
CMYK0.360.6300.13
HSL265.47º67.8%59.8%-
HSV(B)265.47º62.61%87.06%-
XYZ27.4317.2170.98-
YUV116.49187.55146.2-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.77%
GREEN value IS 83 (32.81% from 255) = 18.57%
BLUE value IS 222 (87.11% from 255) = 49.66%
R=31.77%
G=18.57%
B=49.66%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal142832220.360.6300.13265.4767.859.8
Hex8E53DE243F0D109443c
Octal216123336447701541110474
Binary10001110101001111011110100100111111011011000010011000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E53DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,83,222); }

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

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

 a { background-color: rgb(142,83,222); }

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

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

 span { border-color: rgb(142,83,222); }

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