Html Css Color HEX #9964BC Deep Lilac

📋 copy color: '#9964BC'

red 153 ◦ green 100 ◦ blue 188

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

Shades of Deep Lilac #9964BC

Tints of Deep Lilac #9964BC

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 value IS 0.19

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9964BC (or 0x9964BC) is known color: 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

RGB 153 100 188 -
CMYK 0.19 0.47 0 0.26
HSL 276.14º 0.4% 0.56% -
HSV(B) 276.14º 0.47% 0.74% -
XYZ 26.77 19.52 49.93 -
YUV 125.88 163.06 147.34 -
System Red Green Blue C M Y K H S L
Decimal 153 100 188 0.19 0.47 0 0.26 276.14 0.4 0.56
Hex 99 64 BC 13 2F 0 1A 114 28 38
Octal 231 144 274 23 57 0 32 424 50 70
Binary 10011001 1100100 10111100 10011 101111 0 11010 100010100 101000 111000

Color Harmonies of #9964BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9964BC

Black with #9964BC

Text Example


Text Example

White with #9964BC

Text Example


Text Example

HTML Codes & Css Web 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>