#9A57D8

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

Shades of Amethyst #9A57D8

Tints of Amethyst #9A57D8

Color information

#9A57D8 (or 0x9A57D8) is unknown color: approx Amethyst. HEX triplet: 9A, 57 and D8. RGB value is (154,87,216). Sum of RGB (Red+Green+Blue) = 154+87+216=457 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.70% from 457); Green value is 87 (34.38% from 255 or 19.04% from 457); Blue value is 216 (84.77% from 255 or 47.26% from 457); Max value from RGB is 216 - color contains mainly: blue. Hex color #9A57D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A57D8 is #65A827. Grayscale: #797979. Windows color (decimal): -6662184 or 14178202. OLE color: 14178202.

HSL color Cylindrical-coordinate representation of color #9A57D8: hue angle of 271.16º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9A57D8 is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB15487216-
CMYK0.290.6000.15
HSL271.16º62.32%59.41%-
HSV(B)271.16º59.72%84.71%-
XYZ29.1318.6467.03-
YUV121.74181.2151.01-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.70%
GREEN value IS 87 (34.38% from 255) = 19.04%
BLUE value IS 216 (84.77% from 255) = 47.26%
R=33.70%
G=19.04%
B=47.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal154872160.290.6000.15271.1662.3259.41
Hex9A57D81D3C0F10f3e3b
Octal23212733035740174177673
Binary100110101010111110110001110111110001111100001111111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A57D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,87,216); }

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

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

 a { background-color: rgb(154,87,216); }

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

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

 span { border-color: rgb(154,87,216); }

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