Html Css Color HEX #9660AD Deep Lilac

📋 copy color: '#9660AD'

red 150 ◦ green 96 ◦ blue 173

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

Shades of Deep Lilac #9660AD

Tints of Deep Lilac #9660AD

RGB

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

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

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

R = 35.8%
G = 22.91%
B = 41.29%

CMYK

 C value IS 0.13

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9660AD (or 0x9660AD) is known color: Deep Lilac. HEX triplet: 96, 60 and AD. RGB value is (150,96,173). Sum of RGB (Red+Green+Blue) = 150+96+173=419 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.80% from 419); Green value is 96 (37.89% from 255 or 22.91% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 173 - color contains mainly: blue. Hex color #9660AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9660AD is #699F52. Grayscale: #787878. Windows color (decimal): -6922067 or 11362454. OLE color: 11362454.

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

Color convert

RGB 150 96 173 -
CMYK 0.13 0.45 0 0.32
HSL 282.08º 0.32% 0.53% -
HSV(B) 282.08º 0.45% 0.68% -
XYZ 24.3 17.87 41.7 -
YUV 120.92 157.39 148.74 -
System Red Green Blue C M Y K H S L
Decimal 150 96 173 0.13 0.45 0 0.32 282.08 0.32 0.53
Hex 96 60 AD D 2D 0 20 11A 20 35
Octal 226 140 255 15 55 0 40 432 40 65
Binary 10010110 1100000 10101101 1101 101101 0 100000 100011010 100000 110101

Color Harmonies of #9660AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9660AD

Black with #9660AD

Text Example


Text Example

White with #9660AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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