#9E59D3

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

Shades of Amethyst #9E59D3

Tints of Amethyst #9E59D3

Color information

#9E59D3 (or 0x9E59D3) is unknown color: approx Amethyst. HEX triplet: 9E, 59 and D3. RGB value is (158,89,211). Sum of RGB (Red+Green+Blue) = 158+89+211=458 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.50% from 458); Green value is 89 (35.16% from 255 or 19.43% from 458); Blue value is 211 (82.81% from 255 or 46.07% from 458); Max value from RGB is 211 - color contains mainly: blue. Hex color #9E59D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E59D3 is #61A62C. Grayscale: #7B7B7B. Windows color (decimal): -6399533 or 13851038. OLE color: 13851038.

HSL color Cylindrical-coordinate representation of color #9E59D3: hue angle of 273.93º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9E59D3 is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB15889211-
CMYK0.250.5800.17
HSL273.93º58.1%58.82%-
HSV(B)273.93º57.82%82.75%-
XYZ29.4319.1263.77-
YUV123.54177.36152.58-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.50%
GREEN value IS 89 (35.16% from 255) = 19.43%
BLUE value IS 211 (82.81% from 255) = 46.07%
R=34.50%
G=19.43%
B=46.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal158892110.250.5800.17273.9358.158.82
Hex9E59D3193A0111123a3b
Octal23613132331720214227273
Binary1001111010110011101001111001111010010001100010010111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E59D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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