#8C53DE

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

Shades of Amethyst #8C53DE

Tints of Amethyst #8C53DE

Color information

#8C53DE (or 0x8C53DE) is unknown color: approx Amethyst. HEX triplet: 8C, 53 and DE. RGB value is (140,83,222). Sum of RGB (Red+Green+Blue) = 140+83+222=445 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.46% from 445); Green value is 83 (32.81% from 255 or 18.65% from 445); Blue value is 222 (87.11% from 255 or 49.89% from 445); Max value from RGB is 222 - color contains mainly: blue. Hex color #8C53DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C53DE is #73AC21. Grayscale: #737373. Windows color (decimal): -7580706 or 14570380. OLE color: 14570380.

HSL color Cylindrical-coordinate representation of color #8C53DE: hue angle of 264.6º 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 #8C53DE is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14083222-
CMYK0.370.6300.13
HSL264.6º67.8%59.8%-
HSV(B)264.6º62.61%87.06%-
XYZ27.0917.0470.97-
YUV115.89187.88145.2-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.46%
GREEN value IS 83 (32.81% from 255) = 18.65%
BLUE value IS 222 (87.11% from 255) = 49.89%
R=31.46%
G=18.65%
B=49.89%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal140832220.370.6300.13264.667.859.8
Hex8C53DE253F0D109443c
Octal214123336457701541110474
Binary10001100101001111011110100101111111011011000010011000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C53DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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