#9a59ce

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

Shades of Amethyst #9A59CE

Tints of Amethyst #9A59CE

Color information

#9A59CE (or 0x9A59CE) is unknown color: approx Amethyst. HEX triplet: 9A, 59 and CE. RGB value is (154,89,206). Sum of RGB (Red+Green+Blue) = 154+89+206=449 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.30% from 449); Green value is 89 (35.16% from 255 or 19.82% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #9A59CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A59CE is #65A631. Grayscale: #797979. Windows color (decimal): -6661682 or 13523354. OLE color: 13523354.

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

Color convert

RGB15489206-
CMYK0.250.5700.19
HSL273.33º54.42%57.84%-
HSV(B)273.33º56.8%80.78%-
XYZ28.0418.4760.48-
YUV121.77175.53150.99-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.30%
GREEN value IS 89 (35.16% from 255) = 19.82%
BLUE value IS 206 (80.86% from 255) = 45.88%
R=34.30%
G=19.82%
B=45.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal154892060.250.5700.19273.3354.4257.84
Hex9A59CE1939013111363a
Octal23213131631710234216672
Binary1001101010110011100111011001111001010011100010001110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9a59ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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