#9960BE

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

Shades of Deep Lilac #9960BE

Tints of Deep Lilac #9960BE

Color information

#9960BE (or 0x9960BE) is unknown color: approx Deep Lilac. HEX triplet: 99, 60 and BE. RGB value is (153,96,190). Sum of RGB (Red+Green+Blue) = 153+96+190=439 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.85% from 439); Green value is 96 (37.89% from 255 or 21.87% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 190 - color contains mainly: blue. Hex color #9960BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9960BE is #669F41. Grayscale: #7B7B7B. Windows color (decimal): -6725442 or 12476569. OLE color: 12476569.

HSL color Cylindrical-coordinate representation of color #9960BE: hue angle of 276.38º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9960BE is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15396190-
CMYK0.190.4900.25
HSL276.38º41.96%56.08%-
HSV(B)276.38º49.47%74.51%-
XYZ26.6118.8650.95-
YUV123.76165.38148.86-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.85%
GREEN value IS 96 (37.89% from 255) = 21.87%
BLUE value IS 190 (74.61% from 255) = 43.28%
R=34.85%
G=21.87%
B=43.28%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal153961900.190.4900.25276.3841.9656.08
Hex9960BE13310191142a38
Octal23114027623610314245270
Binary1001100111000001011111010011110001011001100010100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9960BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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