#9C5EAE

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

Shades of Deep Lilac #9C5EAE

Tints of Deep Lilac #9C5EAE

Color information

#9C5EAE (or 0x9C5EAE) is unknown color: approx Deep Lilac. HEX triplet: 9C, 5E and AE. RGB value is (156,94,174). Sum of RGB (Red+Green+Blue) = 156+94+174=424 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.79% from 424); Green value is 94 (37.11% from 255 or 22.17% 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 #9C5EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5EAE is #63A151. Grayscale: #797979. Windows color (decimal): -6529362 or 11427484. OLE color: 11427484.

HSL color Cylindrical-coordinate representation of color #9C5EAE: hue angle of 286.5º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9C5EAE is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15694174-
CMYK0.100.4600.32
HSL286.5º33.06%52.55%-
HSV(B)286.5º45.98%68.24%-
XYZ25.3518.1342.21-
YUV121.66157.54152.5-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.79%
GREEN value IS 94 (37.11% from 255) = 22.17%
BLUE value IS 174 (68.36% from 255) = 41.04%
R=36.79%
G=22.17%
B=41.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal156941740.100.4600.32286.533.0652.55
Hex9C5EAEA2E02011e2135
Octal23413625612560404364165
Binary1001110010111101010111010101011100100000100011110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,94,174); }

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

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

 a { background-color: rgb(156,94,174); }

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

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

 span { border-color: rgb(156,94,174); }

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