#9E5ECD

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

Shades of Amethyst #9E5ECD

Tints of Amethyst #9E5ECD

Color information

#9E5ECD (or 0x9E5ECD) is unknown color: approx Amethyst. HEX triplet: 9E, 5E and CD. RGB value is (158,94,205). Sum of RGB (Red+Green+Blue) = 158+94+205=457 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.57% from 457); Green value is 94 (37.11% from 255 or 20.57% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E5ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E5ECD is #61A132. Grayscale: #7D7D7D. Windows color (decimal): -6398259 or 13459102. OLE color: 13459102.

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

Color convert

RGB15894205-
CMYK0.230.5400.20
HSL274.59º52.61%58.63%-
HSV(B)274.59º54.15%80.39%-
XYZ29.1219.6860.02-
YUV125.79172.7150.97-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.57%
GREEN value IS 94 (37.11% from 255) = 20.57%
BLUE value IS 205 (80.47% from 255) = 44.86%
R=34.57%
G=20.57%
B=44.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal158942050.230.5400.20274.5952.6158.63
Hex9E5ECD1736014113353b
Octal23613631527660244236573
Binary1001111010111101100110110111110110010100100010011110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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