#9A57D6

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

Shades of Amethyst #9A57D6

Tints of Amethyst #9A57D6

Color information

#9A57D6 (or 0x9A57D6) is unknown color: approx Amethyst. HEX triplet: 9A, 57 and D6. RGB value is (154,87,214). Sum of RGB (Red+Green+Blue) = 154+87+214=455 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.85% from 455); Green value is 87 (34.38% from 255 or 19.12% from 455); Blue value is 214 (83.98% from 255 or 47.03% from 455); Max value from RGB is 214 - color contains mainly: blue. Hex color #9A57D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A57D6 is #65A829. Grayscale: #797979. Windows color (decimal): -6662186 or 14047130. OLE color: 14047130.

HSL color Cylindrical-coordinate representation of color #9A57D6: hue angle of 271.65º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9A57D6 is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB15487214-
CMYK0.280.5900.16
HSL271.65º60.77%59.02%-
HSV(B)271.65º59.35%83.92%-
XYZ28.8718.5465.68-
YUV121.51180.2151.17-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.85%
GREEN value IS 87 (34.38% from 255) = 19.12%
BLUE value IS 214 (83.98% from 255) = 47.03%
R=33.85%
G=19.12%
B=47.03%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal154872140.280.5900.16271.6560.7759.02
Hex9A57D61C3B0101103d3b
Octal23212732634730204207573
Binary1001101010101111101011011100111011010000100010000111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A57D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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