#9C4AAB

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

Shades of Deep Lilac #9C4AAB

Tints of Deep Lilac #9C4AAB

Color information

#9C4AAB (or 0x9C4AAB) is unknown color: approx Deep Lilac. HEX triplet: 9C, 4A and AB. RGB value is (156,74,171). Sum of RGB (Red+Green+Blue) = 156+74+171=401 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.90% from 401); Green value is 74 (29.30% from 255 or 18.45% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 171 - color contains mainly: blue. Hex color #9C4AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C4AAB is #63B554. Grayscale: #6D6D6D. Windows color (decimal): -6534485 or 11225756. OLE color: 11225756.

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

Color convert

RGB15674171-
CMYK0.090.5700.33
HSL290.72º39.59%48.04%-
HSV(B)290.72º56.73%67.06%-
XYZ23.5114.9140.17-
YUV109.58162.67161.11-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.90%
GREEN value IS 74 (29.30% from 255) = 18.45%
BLUE value IS 171 (67.19% from 255) = 42.64%
R=38.90%
G=18.45%
B=42.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal156741710.090.5700.33290.7239.5948.04
Hex9C4AAB9390211232830
Octal23411225311710414435060
Binary1001110010010101010101110011110010100001100100011101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,74,171); }

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

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

 a { background-color: rgb(156,74,171); }

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

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

 span { border-color: rgb(156,74,171); }

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