#9560AD

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

Shades of Deep Lilac #9560AD

Tints of Deep Lilac #9560AD

Color information

#9560AD (or 0x9560AD) is unknown color: approx Deep Lilac. HEX triplet: 95, 60 and AD. RGB value is (149,96,173). Sum of RGB (Red+Green+Blue) = 149+96+173=418 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.65% from 418); Green value is 96 (37.89% from 255 or 22.97% from 418); Blue value is 173 (67.97% from 255 or 41.39% from 418); Max value from RGB is 173 - color contains mainly: blue. Hex color #9560AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9560AD is #6A9F52. Grayscale: #787878. Windows color (decimal): -6987603 or 11362453. OLE color: 11362453.

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

Color convert

RGB14996173-
CMYK0.140.4500.32
HSL281.3º31.95%52.75%-
HSV(B)281.3º44.51%67.84%-
XYZ24.1217.7741.69-
YUV120.62157.56148.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.65%
GREEN value IS 96 (37.89% from 255) = 22.97%
BLUE value IS 173 (67.97% from 255) = 41.39%
R=35.65%
G=22.97%
B=41.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal149961730.140.4500.32281.331.9552.75
Hex9560ADE2D0201192035
Octal22514025516550404314065
Binary1001010111000001010110111101011010100000100011001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9560AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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