#9C54AE

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

Shades of Deep Lilac #9C54AE

Tints of Deep Lilac #9C54AE

Color information

#9C54AE (or 0x9C54AE) is unknown color: approx Deep Lilac. HEX triplet: 9C, 54 and AE. RGB value is (156,84,174). Sum of RGB (Red+Green+Blue) = 156+84+174=414 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.68% from 414); Green value is 84 (33.20% from 255 or 20.29% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 174 - color contains mainly: blue. Hex color #9C54AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C54AE is #63AB51. Grayscale: #737373. Windows color (decimal): -6531922 or 11424924. OLE color: 11424924.

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

Color convert

RGB15684174-
CMYK0.100.5200.32
HSL288º35.71%50.59%-
HSV(B)288º51.72%68.24%-
XYZ24.5216.4641.93-
YUV115.79160.85156.68-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.68%
GREEN value IS 84 (33.20% from 255) = 20.29%
BLUE value IS 174 (68.36% from 255) = 42.03%
R=37.68%
G=20.29%
B=42.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal156841740.100.5200.3228835.7150.59
Hex9C54AEA340201202433
Octal23412425612640404404463
Binary1001110010101001010111010101101000100000100100000100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C54AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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