#9E5DD5

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

Shades of Amethyst #9E5DD5

Tints of Amethyst #9E5DD5

Color information

#9E5DD5 (or 0x9E5DD5) is unknown color: approx Amethyst. HEX triplet: 9E, 5D and D5. RGB value is (158,93,213). Sum of RGB (Red+Green+Blue) = 158+93+213=464 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.05% from 464); Green value is 93 (36.72% from 255 or 20.04% from 464); Blue value is 213 (83.59% from 255 or 45.91% from 464); Max value from RGB is 213 - color contains mainly: blue. Hex color #9E5DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E5DD5 is #61A22A. Grayscale: #7D7D7D. Windows color (decimal): -6398507 or 13983134. OLE color: 13983134.

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

Color convert

RGB15893213-
CMYK0.260.5600.16
HSL272.5º58.82%60%-
HSV(B)272.5º56.34%83.53%-
XYZ30.0319.965.21-
YUV126.12177.03150.74-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.05%
GREEN value IS 93 (36.72% from 255) = 20.04%
BLUE value IS 213 (83.59% from 255) = 45.91%
R=34.05%
G=20.04%
B=45.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal158932130.260.5600.16272.558.8260
Hex9E5DD51A380101103b3c
Octal23613532532700204207374
Binary1001111010111011101010111010111000010000100010000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,93,213); }

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

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

 a { background-color: rgb(158,93,213); }

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

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

 span { border-color: rgb(158,93,213); }

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