Html Css Color HEX #9960AE Deep Lilac

📋 copy color: '#9960AE'

red 153 ◦ green 96 ◦ blue 174

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

Shades of Deep Lilac #9960AE

Tints of Deep Lilac #9960AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.13%

R = 36.17%
G = 22.7%
B = 41.13%

CMYK

 C value IS 0.12

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9960AE (or 0x9960AE) is known color: Deep Lilac. HEX triplet: 99, 60 and AE. RGB value is (153,96,174). Sum of RGB (Red+Green+Blue) = 153+96+174=423 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.17% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 174 - color contains mainly: blue. Hex color #9960AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9960AE is #669F51. Grayscale: #797979. Windows color (decimal): -6725458 or 11427993. OLE color: 11427993.

HSL color Cylindrical-coordinate representation of color #9960AE: hue angle of 283.85º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9960AE is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 153 96 174 -
CMYK 0.12 0.45 0 0.32
HSL 283.85º 0.33% 0.53% -
HSV(B) 283.85º 0.45% 0.68% -
XYZ 24.96 18.19 42.24 -
YUV 121.94 157.38 150.16 -
System Red Green Blue C M Y K H S L
Decimal 153 96 174 0.12 0.45 0 0.32 283.85 0.33 0.53
Hex 99 60 AE C 2D 0 20 11C 20 35
Octal 231 140 256 14 55 0 40 434 40 65
Binary 10011001 1100000 10101110 1100 101101 0 100000 100011100 100000 110101

Color Harmonies of #9960AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9960AE

Black with #9960AE

Text Example


Text Example

White with #9960AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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