Html Css Color HEX #9964BB Deep Lilac

📋 copy color: '#9964BB'

red 153 ◦ green 100 ◦ blue 187

#9964BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Lilac #9964BB

Tints of Deep Lilac #9964BB

RGB

 RED value IS 153 (60.16% from 255) = 34.77%

 GREEN value IS 100 (39.45% from 255) = 22.73%

 BLUE value IS 187 (73.44% from 255) = 42.5%

R = 34.77%
G = 22.73%
B = 42.5%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9964BB (or 0x9964BB) is known color: Deep Lilac. HEX triplet: 99, 64 and BB. RGB value is (153,100,187). Sum of RGB (Red+Green+Blue) = 153+100+187=440 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.77% from 440); Green value is 100 (39.45% from 255 or 22.73% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 187 - color contains mainly: blue. Hex color #9964BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9964BB is #669B44. Grayscale: #7D7D7D. Windows color (decimal): -6724421 or 12280985. OLE color: 12280985.

HSL color Cylindrical-coordinate representation of color #9964BB: hue angle of 276.55º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9964BB is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 100 187 -
CMYK 0.18 0.47 0 0.27
HSL 276.55º 0.39% 0.56% -
HSV(B) 276.55º 0.47% 0.73% -
XYZ 26.66 19.47 49.37 -
YUV 125.77 162.56 147.43 -
System Red Green Blue C M Y K H S L
Decimal 153 100 187 0.18 0.47 0 0.27 276.55 0.39 0.56
Hex 99 64 BB 12 2F 0 1B 115 27 38
Octal 231 144 273 22 57 0 33 425 47 70
Binary 10011001 1100100 10111011 10010 101111 0 11011 100010101 100111 111000

Color Harmonies of #9964BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9964BB

Black with #9964BB

Text Example


Text Example

White with #9964BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9964BB;
 }
 .AnyTagClassName
 {
   color: #9964BB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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