Html Css Color HEX #9960AC Deep Lilac

📋 copy color: '#9960AC'

red 153 ◦ green 96 ◦ blue 172

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

Shades of Deep Lilac #9960AC

Tints of Deep Lilac #9960AC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.8%

 BLUE value IS 172 (67.58% from 255) = 40.86%

R = 36.34%
G = 22.8%
B = 40.86%

CMYK

 C value IS 0.11

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9960AC (or 0x9960AC) is known color: Deep Lilac. HEX triplet: 99, 60 and AC. RGB value is (153,96,172). Sum of RGB (Red+Green+Blue) = 153+96+172=421 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.34% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 172 - color contains mainly: blue. Hex color #9960AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9960AC is #669F53. Grayscale: #797979. Windows color (decimal): -6725460 or 11296921. OLE color: 11296921.

HSL color Cylindrical-coordinate representation of color #9960AC: hue angle of 285º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9960AC is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 96 172 -
CMYK 0.11 0.44 0 0.33
HSL 285º 0.31% 0.53% -
HSV(B) 285º 0.44% 0.67% -
XYZ 24.77 18.12 41.22 -
YUV 121.71 156.38 150.32 -
System Red Green Blue C M Y K H S L
Decimal 153 96 172 0.11 0.44 0 0.33 285 0.31 0.53
Hex 99 60 AC B 2C 0 21 11D 1F 35
Octal 231 140 254 13 54 0 41 435 37 65
Binary 10011001 1100000 10101100 1011 101100 0 100001 100011101 11111 110101

Color Harmonies of #9960AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9960AC

Black with #9960AC

Text Example


Text Example

White with #9960AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9960AC;
 }
 .AnyTagClassName
 {
   color: #9960AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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