#9960b9

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

Shades of Deep Lilac #9960B9

Tints of Deep Lilac #9960B9

Color information

#9960B9 (or 0x9960B9) is unknown color: approx Deep Lilac. HEX triplet: 99, 60 and B9. RGB value is (153,96,185). Sum of RGB (Red+Green+Blue) = 153+96+185=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 96 (37.89% from 255 or 22.12% from 434); Blue value is 185 (72.66% from 255 or 42.63% from 434); Max value from RGB is 185 - color contains mainly: blue. Hex color #9960B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9960B9 is #669F46. Grayscale: #7A7A7A. Windows color (decimal): -6725447 or 12148889. OLE color: 12148889.

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

Color convert

RGB15396185-
CMYK0.170.4800.27
HSL278.43º38.86%55.1%-
HSV(B)278.43º48.11%72.55%-
XYZ26.0818.6448.12-
YUV123.19162.88149.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.25%
GREEN value IS 96 (37.89% from 255) = 22.12%
BLUE value IS 185 (72.66% from 255) = 42.63%
R=35.25%
G=22.12%
B=42.63%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal153961850.170.4800.27278.4338.8655.1
Hex9960B9113001B1162737
Octal23114027121600334264767
Binary1001100111000001011100110001110000011011100010110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9960b9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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