#8D53DE

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

Shades of Amethyst #8D53DE

Tints of Amethyst #8D53DE

Color information

#8D53DE (or 0x8D53DE) is unknown color: approx Amethyst. HEX triplet: 8D, 53 and DE. RGB value is (141,83,222). Sum of RGB (Red+Green+Blue) = 141+83+222=446 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.61% from 446); Green value is 83 (32.81% from 255 or 18.61% from 446); Blue value is 222 (87.11% from 255 or 49.78% from 446); Max value from RGB is 222 - color contains mainly: blue. Hex color #8D53DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D53DE is #72AC21. Grayscale: #737373. Windows color (decimal): -7515170 or 14570381. OLE color: 14570381.

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

Color convert

RGB14183222-
CMYK0.360.6300.13
HSL265.04º67.8%59.8%-
HSV(B)265.04º62.61%87.06%-
XYZ27.2617.1270.98-
YUV116.19187.72145.7-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.61%
GREEN value IS 83 (32.81% from 255) = 18.61%
BLUE value IS 222 (87.11% from 255) = 49.78%
R=31.61%
G=18.61%
B=49.78%

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
Decimal141832220.360.6300.13265.0467.859.8
Hex8D53DE243F0D109443c
Octal215123336447701541110474
Binary10001101101001111011110100100111111011011000010011000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D53DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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