#9e52e5

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

Shades of Amethyst #9E52E5

Tints of Amethyst #9E52E5

Color information

#9E52E5 (or 0x9E52E5) is unknown color: approx Amethyst. HEX triplet: 9E, 52 and E5. RGB value is (158,82,229). Sum of RGB (Red+Green+Blue) = 158+82+229=469 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.69% from 469); Green value is 82 (32.42% from 255 or 17.48% from 469); Blue value is 229 (89.84% from 255 or 48.83% from 469); Max value from RGB is 229 - color contains mainly: blue. Hex color #9E52E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E52E5 is #61AD1A. Grayscale: #787878. Windows color (decimal): -6401307 or 15028894. OLE color: 15028894.

HSL color Cylindrical-coordinate representation of color #9E52E5: hue angle of 271.02º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9E52E5 is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB15882229-
CMYK0.310.6400.10
HSL271.02º73.87%60.98%-
HSV(B)271.02º64.19%89.8%-
XYZ31.2618.9676.14-
YUV121.48188.68154.05-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.69%
GREEN value IS 82 (32.42% from 255) = 17.48%
BLUE value IS 229 (89.84% from 255) = 48.83%
R=33.69%
G=17.48%
B=48.83%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal158822290.310.6400.10271.0273.8760.98
Hex9E52E51F400A10f4a3d
Octal2361223453710001241711275
Binary10011110101001011100101111111000000010101000011111001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e52e5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,82,229); }

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

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

 a { background-color: rgb(158,82,229); }

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

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

 span { border-color: rgb(158,82,229); }

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