#9C49AC

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

Shades of Deep Lilac #9C49AC

Tints of Deep Lilac #9C49AC

Color information

#9C49AC (or 0x9C49AC) is unknown color: approx Deep Lilac. HEX triplet: 9C, 49 and AC. RGB value is (156,73,172). Sum of RGB (Red+Green+Blue) = 156+73+172=401 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.90% from 401); Green value is 73 (28.91% from 255 or 18.20% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 172 - color contains mainly: blue. Hex color #9C49AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C49AC is #63B653. Grayscale: #6C6C6C. Windows color (decimal): -6534740 or 11291036. OLE color: 11291036.

HSL color Cylindrical-coordinate representation of color #9C49AC: hue angle of 290.3º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9C49AC is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15673172-
CMYK0.090.5800.33
HSL290.3º40.41%48.04%-
HSV(B)290.3º57.56%67.45%-
XYZ23.5414.8140.65-
YUV109.1163.5161.45-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.90%
GREEN value IS 73 (28.91% from 255) = 18.20%
BLUE value IS 172 (67.58% from 255) = 42.89%
R=38.90%
G=18.20%
B=42.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal156731720.090.5800.33290.340.4148.04
Hex9C49AC93A0211222830
Octal23411125411720414425060
Binary1001110010010011010110010011110100100001100100010101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C49AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,73,172); }

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

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

 a { background-color: rgb(156,73,172); }

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

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

 span { border-color: rgb(156,73,172); }

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