#9960AA

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

Shades of Deep Lilac #9960AA

Tints of Deep Lilac #9960AA

Color information

#9960AA (or 0x9960AA) is unknown color: approx Deep Lilac. HEX triplet: 99, 60 and AA. RGB value is (153,96,170). Sum of RGB (Red+Green+Blue) = 153+96+170=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 96 (37.89% from 255 or 22.91% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 170 - color contains mainly: blue. Hex color #9960AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9960AA is #669F55. Grayscale: #797979. Windows color (decimal): -6725462 or 11165849. OLE color: 11165849.

HSL color Cylindrical-coordinate representation of color #9960AA: hue angle of 286.22º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9960AA is Cyan = 0.1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15396170-
CMYK0.10.4400.33
HSL286.22º30.33%52.16%-
HSV(B)286.22º43.53%66.67%-
XYZ24.5818.0440.22-
YUV121.48155.38150.48-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.52%
GREEN value IS 96 (37.89% from 255) = 22.91%
BLUE value IS 170 (66.80% from 255) = 40.57%
R=36.52%
G=22.91%
B=40.57%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal153961700.10.4400.33286.2230.3352.16
Hex9960AAA2C02111e1e34
Octal23114025212540414363664
Binary100110011100000101010101010101100010000110001111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9960AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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