Html Css Color HEX #9960AB Deep Lilac

📋 copy color: '#9960AB'

red 153 ◦ green 96 ◦ blue 171

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

Shades of Deep Lilac #9960AB

Tints of Deep Lilac #9960AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.71%

R = 36.43%
G = 22.86%
B = 40.71%

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

#9960AB (or 0x9960AB) is known color: Deep Lilac. HEX triplet: 99, 60 and AB. RGB value is (153,96,171). Sum of RGB (Red+Green+Blue) = 153+96+171=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 171 - color contains mainly: blue. Hex color #9960AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9960AB is #669F54. Grayscale: #797979. Windows color (decimal): -6725461 or 11231385. OLE color: 11231385.

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

Color convert

RGB 153 96 171 -
CMYK 0.11 0.44 0 0.33
HSL 285.6º 0.31% 0.52% -
HSV(B) 285.6º 0.44% 0.67% -
XYZ 24.67 18.08 40.72 -
YUV 121.59 155.88 150.4 -
System Red Green Blue C M Y K H S L
Decimal 153 96 171 0.11 0.44 0 0.33 285.6 0.31 0.52
Hex 99 60 AB B 2C 0 21 11E 1F 34
Octal 231 140 253 13 54 0 41 436 37 64
Binary 10011001 1100000 10101011 1011 101100 0 100001 100011110 11111 110100

Color Harmonies of #9960AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9960AB

Black with #9960AB

Text Example


Text Example

White with #9960AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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