#9e58d7

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

Shades of Amethyst #9E58D7

Tints of Amethyst #9E58D7

Color information

#9E58D7 (or 0x9E58D7) is unknown color: approx Amethyst. HEX triplet: 9E, 58 and D7. RGB value is (158,88,215). Sum of RGB (Red+Green+Blue) = 158+88+215=461 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.27% from 461); Green value is 88 (34.77% from 255 or 19.09% from 461); Blue value is 215 (84.38% from 255 or 46.64% from 461); Max value from RGB is 215 - color contains mainly: blue. Hex color #9E58D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E58D7 is #61A728. Grayscale: #7A7A7A. Windows color (decimal): -6399785 or 14112926. OLE color: 14112926.

HSL color Cylindrical-coordinate representation of color #9E58D7: hue angle of 273.07º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9E58D7 is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB15888215-
CMYK0.270.5900.16
HSL273.07º61.35%59.41%-
HSV(B)273.07º59.07%84.31%-
XYZ29.8619.1566.41-
YUV123.41179.69152.67-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.27%
GREEN value IS 88 (34.77% from 255) = 19.09%
BLUE value IS 215 (84.38% from 255) = 46.64%
R=34.27%
G=19.09%
B=46.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal158882150.270.5900.16273.0761.3559.41
Hex9E58D71B3B0101113d3b
Octal23613032733730204217573
Binary1001111010110001101011111011111011010000100010001111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e58d7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,88,215); }

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

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

 a { background-color: rgb(158,88,215); }

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

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

 span { border-color: rgb(158,88,215); }

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