#9960BF

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

Shades of Deep Lilac #9960BF

Tints of Deep Lilac #9960BF

Color information

#9960BF (or 0x9960BF) is unknown color: approx Deep Lilac. HEX triplet: 99, 60 and BF. RGB value is (153,96,191). Sum of RGB (Red+Green+Blue) = 153+96+191=440 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.77% from 440); Green value is 96 (37.89% from 255 or 21.82% from 440); Blue value is 191 (75% from 255 or 43.41% from 440); Max value from RGB is 191 - color contains mainly: blue. Hex color #9960BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9960BF is #669F40. Grayscale: #7B7B7B. Windows color (decimal): -6725441 or 12542105. OLE color: 12542105.

HSL color Cylindrical-coordinate representation of color #9960BF: hue angle of 276º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9960BF is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15396191-
CMYK0.200.5000.25
HSL276º42.6%56.27%-
HSV(B)276º49.74%74.9%-
XYZ26.7218.951.53-
YUV123.87165.88148.78-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.77%
GREEN value IS 96 (37.89% from 255) = 21.82%
BLUE value IS 191 (75% from 255) = 43.41%
R=34.77%
G=21.82%
B=43.41%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal153961910.200.5000.2527642.656.27
Hex9960BF14320191142b38
Octal23114027724620314245370
Binary1001100111000001011111110100110010011001100010100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9960BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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