#9960BA

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

Shades of Deep Lilac #9960BA

Tints of Deep Lilac #9960BA

Color information

#9960BA (or 0x9960BA) is unknown color: approx Deep Lilac. HEX triplet: 99, 60 and BA. RGB value is (153,96,186). Sum of RGB (Red+Green+Blue) = 153+96+186=435 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.17% from 435); Green value is 96 (37.89% from 255 or 22.07% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 186 - color contains mainly: blue. Hex color #9960BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9960BA is #669F45. Grayscale: #7B7B7B. Windows color (decimal): -6725446 or 12214425. OLE color: 12214425.

HSL color Cylindrical-coordinate representation of color #9960BA: hue angle of 278º 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 #9960BA is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15396186-
CMYK0.180.4800.27
HSL278º39.47%55.29%-
HSV(B)278º48.39%72.94%-
XYZ26.1818.6848.68-
YUV123.3163.38149.18-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.17%
GREEN value IS 96 (37.89% from 255) = 22.07%
BLUE value IS 186 (73.05% from 255) = 42.76%
R=35.17%
G=22.07%
B=42.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal153961860.180.4800.2727839.4755.29
Hex9960BA123001B1162737
Octal23114027222600334264767
Binary1001100111000001011101010010110000011011100010110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9960BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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