#9A60AC

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

Shades of Deep Lilac #9A60AC

Tints of Deep Lilac #9A60AC

Color information

#9A60AC (or 0x9A60AC) is unknown color: approx Deep Lilac. HEX triplet: 9A, 60 and AC. RGB value is (154,96,172). Sum of RGB (Red+Green+Blue) = 154+96+172=422 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.49% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 172 - color contains mainly: blue. Hex color #9A60AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A60AC is #659F53. Grayscale: #797979. Windows color (decimal): -6659924 or 11296922. OLE color: 11296922.

HSL color Cylindrical-coordinate representation of color #9A60AC: hue angle of 285.79º 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 #9A60AC is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15496172-
CMYK0.100.4400.33
HSL285.79º31.4%52.55%-
HSV(B)285.79º44.19%67.45%-
XYZ24.9618.2141.23-
YUV122.01156.22150.82-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.49%
GREEN value IS 96 (37.89% from 255) = 22.75%
BLUE value IS 172 (67.58% from 255) = 40.76%
R=36.49%
G=22.75%
B=40.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal154961720.100.4400.33285.7931.452.55
Hex9A60ACA2C02111e1f35
Octal23214025412540414363765
Binary100110101100000101011001010101100010000110001111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A60AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A60AC; }

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

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

<style>
 a { background-color: #9A60AC; }

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

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

<style>
 span { border-color: #9A60AC; }

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

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