#9660AC

Color #9660AC Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #9660AC

Tints of Deep Lilac #9660AC

Color information

#9660AC (or 0x9660AC) is unknown color: approx Deep Lilac. HEX triplet: 96, 60 and AC. RGB value is (150,96,172). Sum of RGB (Red+Green+Blue) = 150+96+172=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 96 (37.89% from 255 or 22.97% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 172 - color contains mainly: blue. Hex color #9660AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9660AC is #699F53. Grayscale: #787878. Windows color (decimal): -6922068 or 11296918. OLE color: 11296918.

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

Color convert

RGB15096172-
CMYK0.130.4400.33
HSL282.63º31.4%52.55%-
HSV(B)282.63º44.19%67.45%-
XYZ24.2117.8341.2-
YUV120.81156.89148.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.89%
GREEN value IS 96 (37.89% from 255) = 22.97%
BLUE value IS 172 (67.58% from 255) = 41.15%
R=35.89%
G=22.97%
B=41.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal150961720.130.4400.33282.6331.452.55
Hex9660ACD2C02111b1f35
Octal22614025415540414333765
Binary100101101100000101011001101101100010000110001101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9660AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9660AC;
 }
 .AnyTagClassName
 {
   color: #9660AC;
 }
</style>
background-color css

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

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

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

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

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

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