#9960AB

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

Shades of Deep Lilac #9960AB

Tints of Deep Lilac #9960AB

Color information

#9960AB (or 0x9960AB) is unknown color: approx Deep Lilac. HEX triplet: 99, 60 and AB. RGB value is (153,96,171). Sum of RGB (Red+Green+Blue) = 153+96+171=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 171 - color contains mainly: blue. Hex color #9960AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9960AB is #669F54. Grayscale: #797979. Windows color (decimal): -6725461 or 11231385. OLE color: 11231385.

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

Color convert

RGB15396171-
CMYK0.110.4400.33
HSL285.6º30.86%52.35%-
HSV(B)285.6º43.86%67.06%-
XYZ24.6718.0840.72-
YUV121.59155.88150.4-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.43%
GREEN value IS 96 (37.89% from 255) = 22.86%
BLUE value IS 171 (67.19% from 255) = 40.71%
R=36.43%
G=22.86%
B=40.71%

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
Decimal153961710.110.4400.33285.630.8652.35
Hex9960ABB2C02111e1f34
Octal23114025313540414363764
Binary100110011100000101010111011101100010000110001111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9960AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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