#9E59CD

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

Shades of Amethyst #9E59CD

Tints of Amethyst #9E59CD

Color information

#9E59CD (or 0x9E59CD) is unknown color: approx Amethyst. HEX triplet: 9E, 59 and CD. RGB value is (158,89,205). Sum of RGB (Red+Green+Blue) = 158+89+205=452 (59% of max value = 765). Red value is 158 (62.11% from 255 or 34.96% from 452); Green value is 89 (35.16% from 255 or 19.69% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E59CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E59CD is #61A632. Grayscale: #7A7A7A. Windows color (decimal): -6399539 or 13457822. OLE color: 13457822.

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

Color convert

RGB15889205-
CMYK0.230.5700.20
HSL275.69º53.7%57.65%-
HSV(B)275.69º56.59%80.39%-
XYZ28.6918.8259.88-
YUV122.85174.36153.07-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.96%
GREEN value IS 89 (35.16% from 255) = 19.69%
BLUE value IS 205 (80.47% from 255) = 45.35%
R=34.96%
G=19.69%
B=45.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal158892050.230.5700.20275.6953.757.65
Hex9E59CD1739014114363a
Octal23613131527710244246672
Binary1001111010110011100110110111111001010100100010100110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E59CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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