#9C54AC

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

Shades of Deep Lilac #9C54AC

Tints of Deep Lilac #9C54AC

Color information

#9C54AC (or 0x9C54AC) is unknown color: approx Deep Lilac. HEX triplet: 9C, 54 and AC. RGB value is (156,84,172). Sum of RGB (Red+Green+Blue) = 156+84+172=412 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.86% from 412); Green value is 84 (33.20% from 255 or 20.39% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 172 - color contains mainly: blue. Hex color #9C54AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C54AC is #63AB53. Grayscale: #737373. Windows color (decimal): -6531924 or 11293852. OLE color: 11293852.

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

Color convert

RGB15684172-
CMYK0.090.5100.33
HSL289.09º34.65%50.2%-
HSV(B)289.09º51.16%67.45%-
XYZ24.3316.3940.91-
YUV115.56159.85156.84-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.86%
GREEN value IS 84 (33.20% from 255) = 20.39%
BLUE value IS 172 (67.58% from 255) = 41.75%
R=37.86%
G=20.39%
B=41.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal156841720.090.5100.33289.0934.6550.2
Hex9C54AC9330211212332
Octal23412425411630414414362
Binary1001110010101001010110010011100110100001100100001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C54AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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