#9964BC

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

Shades of Deep Lilac #9964BC

Tints of Deep Lilac #9964BC

Color information

#9964BC (or 0x9964BC) is unknown color: approx Deep Lilac. HEX triplet: 99, 64 and BC. RGB value is (153,100,188). Sum of RGB (Red+Green+Blue) = 153+100+188=441 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.69% from 441); Green value is 100 (39.45% from 255 or 22.68% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 188 - color contains mainly: blue. Hex color #9964BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9964BC is #669B43. Grayscale: #7D7D7D. Windows color (decimal): -6724420 or 12346521. OLE color: 12346521.

HSL color Cylindrical-coordinate representation of color #9964BC: hue angle of 276.14º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9964BC is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB153100188-
CMYK0.190.4700.26
HSL276.14º39.64%56.47%-
HSV(B)276.14º46.81%73.73%-
XYZ26.7719.5249.93-
YUV125.88163.06147.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.69%
GREEN value IS 100 (39.45% from 255) = 22.68%
BLUE value IS 188 (73.83% from 255) = 42.63%
R=34.69%
G=22.68%
B=42.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1531001880.190.4700.26276.1439.6456.47
Hex9964BC132F01A1142838
Octal23114427423570324245070
Binary1001100111001001011110010011101111011010100010100101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9964BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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