Html Css Color HEX #9961AE Deep Lilac

📋 copy color: '#9961AE'

red 153 ◦ green 97 ◦ blue 174

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

Shades of Deep Lilac #9961AE

Tints of Deep Lilac #9961AE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.88%

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

R = 36.08%
G = 22.88%
B = 41.04%

CMYK

 C value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9961AE (or 0x9961AE) is known color: Deep Lilac. HEX triplet: 99, 61 and AE. RGB value is (153,97,174). Sum of RGB (Red+Green+Blue) = 153+97+174=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 97 (38.28% from 255 or 22.88% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 174 - color contains mainly: blue. Hex color #9961AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9961AE is #669E51. Grayscale: #7A7A7A. Windows color (decimal): -6725202 or 11428249. OLE color: 11428249.

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

Color convert

RGB 153 97 174 -
CMYK 0.12 0.44 0 0.32
HSL 283.64º 0.32% 0.53% -
HSV(B) 283.64º 0.44% 0.68% -
XYZ 25.05 18.38 42.27 -
YUV 122.52 157.05 149.74 -
System Red Green Blue C M Y K H S L
Decimal 153 97 174 0.12 0.44 0 0.32 283.64 0.32 0.53
Hex 99 61 AE C 2C 0 20 11C 20 35
Octal 231 141 256 14 54 0 40 434 40 65
Binary 10011001 1100001 10101110 1100 101100 0 100000 100011100 100000 110101

Color Harmonies of #9961AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9961AE

Black with #9961AE

Text Example


Text Example

White with #9961AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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