#9C47AA

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

Shades of Deep Lilac #9C47AA

Tints of Deep Lilac #9C47AA

Color information

#9C47AA (or 0x9C47AA) is unknown color: approx Deep Lilac. HEX triplet: 9C, 47 and AA. RGB value is (156,71,170). Sum of RGB (Red+Green+Blue) = 156+71+170=397 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.29% from 397); Green value is 71 (28.12% from 255 or 17.88% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 170 - color contains mainly: blue. Hex color #9C47AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C47AA is #63B855. Grayscale: #6B6B6B. Windows color (decimal): -6535254 or 11159452. OLE color: 11159452.

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

Color convert

RGB15671170-
CMYK0.080.5800.33
HSL291.52º41.08%47.25%-
HSV(B)291.52º58.24%66.67%-
XYZ23.2214.4839.6-
YUV107.7163.16162.45-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.29%
GREEN value IS 71 (28.12% from 255) = 17.88%
BLUE value IS 170 (66.80% from 255) = 42.82%
R=39.29%
G=17.88%
B=42.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal156711700.080.5800.33291.5241.0847.25
Hex9C47AA83A021124292f
Octal23410725210720414445157
Binary1001110010001111010101010001110100100001100100100101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C47AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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