#9E59CC

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

Shades of Amethyst #9E59CC

Tints of Amethyst #9E59CC

Color information

#9E59CC (or 0x9E59CC) is unknown color: approx Amethyst. HEX triplet: 9E, 59 and CC. RGB value is (158,89,204). Sum of RGB (Red+Green+Blue) = 158+89+204=451 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.03% from 451); Green value is 89 (35.16% from 255 or 19.73% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #9E59CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E59CC is #61A633. Grayscale: #7A7A7A. Windows color (decimal): -6399540 or 13392286. OLE color: 13392286.

HSL color Cylindrical-coordinate representation of color #9E59CC: hue angle of 276º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9E59CC is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB15889204-
CMYK0.230.5600.2
HSL276º53%57.45%-
HSV(B)276º56.37%80%-
XYZ28.5718.7759.24-
YUV122.74173.86153.15-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.03%
GREEN value IS 89 (35.16% from 255) = 19.73%
BLUE value IS 204 (80.08% from 255) = 45.23%
R=35.03%
G=19.73%
B=45.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal158892040.230.5600.22765357.45
Hex9E59CC17380141143539
Octal23613131427700244246571
Binary1001111010110011100110010111111000010100100010100110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E59CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,89,204); }

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

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

 a { background-color: rgb(158,89,204); }

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

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

 span { border-color: rgb(158,89,204); }

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