#9C47AE

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

Shades of Deep Lilac #9C47AE

Tints of Deep Lilac #9C47AE

Color information

#9C47AE (or 0x9C47AE) is unknown color: approx Deep Lilac. HEX triplet: 9C, 47 and AE. RGB value is (156,71,174). Sum of RGB (Red+Green+Blue) = 156+71+174=401 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.90% from 401); Green value is 71 (28.12% from 255 or 17.71% from 401); Blue value is 174 (68.36% from 255 or 43.39% from 401); Max value from RGB is 174 - color contains mainly: blue. Hex color #9C47AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C47AE is #63B851. Grayscale: #6B6B6B. Windows color (decimal): -6535250 or 11421596. OLE color: 11421596.

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

Color convert

RGB15671174-
CMYK0.100.5900.32
HSL289.51º42.04%48.04%-
HSV(B)289.51º59.2%68.24%-
XYZ23.614.6341.62-
YUV108.16165.16162.12-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.90%
GREEN value IS 71 (28.12% from 255) = 17.71%
BLUE value IS 174 (68.36% from 255) = 43.39%
R=38.90%
G=17.71%
B=43.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal156711740.100.5900.32289.5142.0448.04
Hex9C47AEA3B0201222a30
Octal23410725612730404425260
Binary1001110010001111010111010101110110100000100100010101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C47AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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