#9C60AC

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

Shades of Deep Lilac #9C60AC

Tints of Deep Lilac #9C60AC

Color information

#9C60AC (or 0x9C60AC) is unknown color: approx Deep Lilac. HEX triplet: 9C, 60 and AC. RGB value is (156,96,172). Sum of RGB (Red+Green+Blue) = 156+96+172=424 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.79% from 424); Green value is 96 (37.89% from 255 or 22.64% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 172 - color contains mainly: blue. Hex color #9C60AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C60AC is #639F53. Grayscale: #7A7A7A. Windows color (decimal): -6528852 or 11296924. OLE color: 11296924.

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

Color convert

RGB15696172-
CMYK0.090.4400.33
HSL287.37º31.4%52.55%-
HSV(B)287.37º44.19%67.45%-
XYZ25.3418.4141.25-
YUV122.6155.88151.82-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.79%
GREEN value IS 96 (37.89% from 255) = 22.64%
BLUE value IS 172 (67.58% from 255) = 40.57%
R=36.79%
G=22.64%
B=40.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal156961720.090.4400.33287.3731.452.55
Hex9C60AC92C02111f1f35
Octal23414025411540414373765
Binary100111001100000101011001001101100010000110001111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C60AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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