#9A57CE

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

Shades of Amethyst #9A57CE

Tints of Amethyst #9A57CE

Color information

#9A57CE (or 0x9A57CE) is unknown color: approx Amethyst. HEX triplet: 9A, 57 and CE. RGB value is (154,87,206). Sum of RGB (Red+Green+Blue) = 154+87+206=447 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.45% from 447); Green value is 87 (34.38% from 255 or 19.46% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 206 - color contains mainly: blue. Hex color #9A57CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A57CE is #65A831. Grayscale: #787878. Windows color (decimal): -6662194 or 13522842. OLE color: 13522842.

HSL color Cylindrical-coordinate representation of color #9A57CE: hue angle of 273.78º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9A57CE is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15487206-
CMYK0.250.5800.19
HSL273.78º54.84%57.45%-
HSV(B)273.78º57.77%80.78%-
XYZ27.8818.1460.43-
YUV120.6176.2151.82-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.45%
GREEN value IS 87 (34.38% from 255) = 19.46%
BLUE value IS 206 (80.86% from 255) = 46.09%
R=34.45%
G=19.46%
B=46.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal154872060.250.5800.19273.7854.8457.45
Hex9A57CE193A0131123739
Octal23212731631720234226771
Binary1001101010101111100111011001111010010011100010010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A57CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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