#9560AC

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

Shades of Deep Lilac #9560AC

Tints of Deep Lilac #9560AC

Color information

#9560AC (or 0x9560AC) is unknown color: approx Deep Lilac. HEX triplet: 95, 60 and AC. RGB value is (149,96,172). Sum of RGB (Red+Green+Blue) = 149+96+172=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 96 (37.89% from 255 or 23.02% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 172 - color contains mainly: blue. Hex color #9560AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9560AC is #6A9F53. Grayscale: #787878. Windows color (decimal): -6987604 or 11296917. OLE color: 11296917.

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

Color convert

RGB14996172-
CMYK0.130.4400.33
HSL281.84º31.4%52.55%-
HSV(B)281.84º44.19%67.45%-
XYZ24.0217.7341.19-
YUV120.51157.06148.32-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.73%
GREEN value IS 96 (37.89% from 255) = 23.02%
BLUE value IS 172 (67.58% from 255) = 41.25%
R=35.73%
G=23.02%
B=41.25%

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
Decimal149961720.130.4400.33281.8431.452.55
Hex9560ACD2C02111a1f35
Octal22514025415540414323765
Binary100101011100000101011001101101100010000110001101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9560AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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