#9964B4

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

Shades of Deep Lilac #9964B4

Tints of Deep Lilac #9964B4

Color information

#9964B4 (or 0x9964B4) is unknown color: approx Deep Lilac. HEX triplet: 99, 64 and B4. RGB value is (153,100,180). Sum of RGB (Red+Green+Blue) = 153+100+180=433 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.33% from 433); Green value is 100 (39.45% from 255 or 23.09% from 433); Blue value is 180 (70.70% from 255 or 41.57% from 433); Max value from RGB is 180 - color contains mainly: blue. Hex color #9964B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9964B4 is #669B4B. Grayscale: #7C7C7C. Windows color (decimal): -6724428 or 11822233. OLE color: 11822233.

HSL color Cylindrical-coordinate representation of color #9964B4: hue angle of 279.75º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9964B4 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB153100180-
CMYK0.150.4400.29
HSL279.75º34.78%54.9%-
HSV(B)279.75º44.44%70.59%-
XYZ25.9319.1845.52-
YUV124.97159.06148-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.33%
GREEN value IS 100 (39.45% from 255) = 23.09%
BLUE value IS 180 (70.70% from 255) = 41.57%
R=35.33%
G=23.09%
B=41.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1531001800.150.4400.29279.7534.7854.9
Hex9964B4F2C01D1182337
Octal23114426417540354304367
Binary100110011100100101101001111101100011101100011000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9964B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9964B4; }

 p { color: rgb(153,100,180); }

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

<style>
 a { background-color: #9964B4; }

 a { background-color: rgb(153,100,180); }

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

<style>
 span { border-color: #9964B4; }

 span { border-color: rgb(153,100,180); }

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