#9E57D4

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

Shades of Amethyst #9E57D4

Tints of Amethyst #9E57D4

Color information

#9E57D4 (or 0x9E57D4) is unknown color: approx Amethyst. HEX triplet: 9E, 57 and D4. RGB value is (158,87,212). Sum of RGB (Red+Green+Blue) = 158+87+212=457 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.57% from 457); Green value is 87 (34.38% from 255 or 19.04% from 457); Blue value is 212 (83.20% from 255 or 46.39% from 457); Max value from RGB is 212 - color contains mainly: blue. Hex color #9E57D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E57D4 is #61A82B. Grayscale: #7A7A7A. Windows color (decimal): -6400044 or 13916062. OLE color: 13916062.

HSL color Cylindrical-coordinate representation of color #9E57D4: hue angle of 274.08º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9E57D4 is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB15887212-
CMYK0.250.5900.17
HSL274.08º59.24%58.63%-
HSV(B)274.08º58.96%83.14%-
XYZ29.3918.8464.37-
YUV122.48178.52153.34-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.57%
GREEN value IS 87 (34.38% from 255) = 19.04%
BLUE value IS 212 (83.20% from 255) = 46.39%
R=34.57%
G=19.04%
B=46.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal158872120.250.5900.17274.0859.2458.63
Hex9E57D4193B0111123b3b
Octal23612732431730214227373
Binary1001111010101111101010011001111011010001100010010111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E57D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E57D4; }

 p { color: rgb(158,87,212); }

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

<style>
 a { background-color: #9E57D4; }

 a { background-color: rgb(158,87,212); }

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

<style>
 span { border-color: #9E57D4; }

 span { border-color: rgb(158,87,212); }

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