#9960AC

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

Shades of Deep Lilac #9960AC

Tints of Deep Lilac #9960AC

Color information

#9960AC (or 0x9960AC) is unknown color: approx Deep Lilac. HEX triplet: 99, 60 and AC. RGB value is (153,96,172). Sum of RGB (Red+Green+Blue) = 153+96+172=421 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.34% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 172 - color contains mainly: blue. Hex color #9960AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9960AC is #669F53. Grayscale: #797979. Windows color (decimal): -6725460 or 11296921. OLE color: 11296921.

HSL color Cylindrical-coordinate representation of color #9960AC: hue angle of 285º 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 #9960AC is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15396172-
CMYK0.110.4400.33
HSL285º31.4%52.55%-
HSV(B)285º44.19%67.45%-
XYZ24.7718.1241.22-
YUV121.71156.38150.32-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.34%
GREEN value IS 96 (37.89% from 255) = 22.80%
BLUE value IS 172 (67.58% from 255) = 40.86%
R=36.34%
G=22.80%
B=40.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal153961720.110.4400.3328531.452.55
Hex9960ACB2C02111d1f35
Octal23114025413540414353765
Binary100110011100000101011001011101100010000110001110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9960AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9960AC; }

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

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

<style>
 a { background-color: #9960AC; }

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

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

<style>
 span { border-color: #9960AC; }

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

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