#9e5ecc

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

Shades of Amethyst #9E5ECC

Tints of Amethyst #9E5ECC

Color information

#9E5ECC (or 0x9E5ECC) is unknown color: approx Amethyst. HEX triplet: 9E, 5E and CC. RGB value is (158,94,204). Sum of RGB (Red+Green+Blue) = 158+94+204=456 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.65% from 456); Green value is 94 (37.11% from 255 or 20.61% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #9E5ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E5ECC is #61A133. Grayscale: #7D7D7D. Windows color (decimal): -6398260 or 13393566. OLE color: 13393566.

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

Color convert

RGB15894204-
CMYK0.230.5400.2
HSL274.91º51.89%58.43%-
HSV(B)274.91º53.92%80%-
XYZ2919.6359.39-
YUV125.68172.2151.06-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.65%
GREEN value IS 94 (37.11% from 255) = 20.61%
BLUE value IS 204 (80.08% from 255) = 44.74%
R=34.65%
G=20.61%
B=44.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal158942040.230.5400.2274.9151.8958.43
Hex9E5ECC1736014113343a
Octal23613631427660244236472
Binary1001111010111101100110010111110110010100100010011110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e5ecc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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