#9C4CAE

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

Shades of Deep Lilac #9C4CAE

Tints of Deep Lilac #9C4CAE

Color information

#9C4CAE (or 0x9C4CAE) is unknown color: approx Deep Lilac. HEX triplet: 9C, 4C and AE. RGB value is (156,76,174). Sum of RGB (Red+Green+Blue) = 156+76+174=406 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.42% from 406); Green value is 76 (30.08% from 255 or 18.72% from 406); Blue value is 174 (68.36% from 255 or 42.86% from 406); Max value from RGB is 174 - color contains mainly: blue. Hex color #9C4CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C4CAE is #63B351. Grayscale: #6E6E6E. Windows color (decimal): -6533970 or 11422876. OLE color: 11422876.

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

Color convert

RGB15676174-
CMYK0.100.5600.32
HSL288.98º39.2%49.02%-
HSV(B)288.98º56.32%68.24%-
XYZ23.9315.2941.73-
YUV111.09163.5160.03-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.42%
GREEN value IS 76 (30.08% from 255) = 18.72%
BLUE value IS 174 (68.36% from 255) = 42.86%
R=38.42%
G=18.72%
B=42.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal156761740.100.5600.32288.9839.249.02
Hex9C4CAEA380201212731
Octal23411425612700404414761
Binary1001110010011001010111010101110000100000100100001100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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