#9E5CAE

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

Shades of Deep Lilac #9E5CAE

Tints of Deep Lilac #9E5CAE

Color information

#9E5CAE (or 0x9E5CAE) is unknown color: approx Deep Lilac. HEX triplet: 9E, 5C and AE. RGB value is (158,92,174). Sum of RGB (Red+Green+Blue) = 158+92+174=424 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.26% from 424); Green value is 92 (36.33% from 255 or 21.70% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 174 - color contains mainly: blue. Hex color #9E5CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5CAE is #61A351. Grayscale: #787878. Windows color (decimal): -6398802 or 11426974. OLE color: 11426974.

HSL color Cylindrical-coordinate representation of color #9E5CAE: hue angle of 288.29º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9E5CAE is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15892174-
CMYK0.090.4700.32
HSL288.29º33.61%52.16%-
HSV(B)288.29º47.13%68.24%-
XYZ25.5717.9842.17-
YUV121.08157.87154.33-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.26%
GREEN value IS 92 (36.33% from 255) = 21.70%
BLUE value IS 174 (68.36% from 255) = 41.04%
R=37.26%
G=21.70%
B=41.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal158921740.090.4700.32288.2933.6152.16
Hex9E5CAE92F0201202234
Octal23613425611570404404264
Binary1001111010111001010111010011011110100000100100000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,92,174); }

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

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

 a { background-color: rgb(158,92,174); }

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

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

 span { border-color: rgb(158,92,174); }

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