Html Css Color HEX #9661AD Deep Lilac

📋 copy color: '#9661AD'

red 150 ◦ green 97 ◦ blue 173

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

Shades of Deep Lilac #9661AD

Tints of Deep Lilac #9661AD

RGB

 RED value IS 150 (58.98% from 255) = 35.71%

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

 BLUE value IS 173 (67.97% from 255) = 41.19%

R = 35.71%
G = 23.1%
B = 41.19%

CMYK

 C value IS 0.13

 M value IS 0.44

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9661AD (or 0x9661AD) is known color: Deep Lilac. HEX triplet: 96, 61 and AD. RGB value is (150,97,173). Sum of RGB (Red+Green+Blue) = 150+97+173=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 97 (38.28% from 255 or 23.10% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 173 - color contains mainly: blue. Hex color #9661AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9661AD is #699E52. Grayscale: #797979. Windows color (decimal): -6921811 or 11362710. OLE color: 11362710.

HSL color Cylindrical-coordinate representation of color #9661AD: hue angle of 281.84º 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 #9661AD is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 150 97 173 -
CMYK 0.13 0.44 0 0.32
HSL 281.84º 0.32% 0.53% -
HSV(B) 281.84º 0.44% 0.68% -
XYZ 24.4 18.05 41.73 -
YUV 121.51 157.06 148.32 -
System Red Green Blue C M Y K H S L
Decimal 150 97 173 0.13 0.44 0 0.32 281.84 0.32 0.53
Hex 96 61 AD D 2C 0 20 11A 20 35
Octal 226 141 255 15 54 0 40 432 40 65
Binary 10010110 1100001 10101101 1101 101100 0 100000 100011010 100000 110101

Color Harmonies of #9661AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9661AD

Black with #9661AD

Text Example


Text Example

White with #9661AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9661AD; }

 p { color: rgb(150,97,173); }

 H1.HeaderClassName
 {
   color: #9661AD;
 }
 .AnyTagClassName
 {
   color: #9661AD;
 }
</style>

background-color css

<style>
 a { background-color: #9661AD; }

 a { background-color: rgb(150,97,173); }

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

border-color css

<style>
 span { border-color: #9661AD; }

 span { border-color: rgb(150,97,173); }

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