#9960BB

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

Shades of Deep Lilac #9960BB

Tints of Deep Lilac #9960BB

Color information

#9960BB (or 0x9960BB) is unknown color: approx Deep Lilac. HEX triplet: 99, 60 and BB. RGB value is (153,96,187). Sum of RGB (Red+Green+Blue) = 153+96+187=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 96 (37.89% from 255 or 22.02% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 187 - color contains mainly: blue. Hex color #9960BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9960BB is #669F44. Grayscale: #7B7B7B. Windows color (decimal): -6725445 or 12279961. OLE color: 12279961.

HSL color Cylindrical-coordinate representation of color #9960BB: hue angle of 277.58º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9960BB is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15396187-
CMYK0.180.4900.27
HSL277.58º40.09%55.49%-
HSV(B)277.58º48.66%73.33%-
XYZ26.2918.7349.24-
YUV123.42163.88149.1-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.09%
GREEN value IS 96 (37.89% from 255) = 22.02%
BLUE value IS 187 (73.44% from 255) = 42.89%
R=35.09%
G=22.02%
B=42.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal153961870.180.4900.27277.5840.0955.49
Hex9960BB123101B1162837
Octal23114027322610334265067
Binary1001100111000001011101110010110001011011100010110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9960BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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