#9C4FAE

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

Shades of Deep Lilac #9C4FAE

Tints of Deep Lilac #9C4FAE

Color information

#9C4FAE (or 0x9C4FAE) is unknown color: approx Deep Lilac. HEX triplet: 9C, 4F and AE. RGB value is (156,79,174). Sum of RGB (Red+Green+Blue) = 156+79+174=409 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.14% from 409); Green value is 79 (31.25% from 255 or 19.32% from 409); Blue value is 174 (68.36% from 255 or 42.54% from 409); Max value from RGB is 174 - color contains mainly: blue. Hex color #9C4FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C4FAE is #63B051. Grayscale: #707070. Windows color (decimal): -6533202 or 11423644. OLE color: 11423644.

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

Color convert

RGB15679174-
CMYK0.100.5500.32
HSL288.63º37.55%49.61%-
HSV(B)288.63º54.6%68.24%-
XYZ24.1515.7241.81-
YUV112.85162.51158.78-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.14%
GREEN value IS 79 (31.25% from 255) = 19.32%
BLUE value IS 174 (68.36% from 255) = 42.54%
R=38.14%
G=19.32%
B=42.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal156791740.100.5500.32288.6337.5549.61
Hex9C4FAEA370201212632
Octal23411725612670404414662
Binary1001110010011111010111010101101110100000100100001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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