#9560AE

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

Shades of Deep Lilac #9560AE

Tints of Deep Lilac #9560AE

Color information

#9560AE (or 0x9560AE) is unknown color: approx Deep Lilac. HEX triplet: 95, 60 and AE. RGB value is (149,96,174). Sum of RGB (Red+Green+Blue) = 149+96+174=419 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.56% from 419); Green value is 96 (37.89% from 255 or 22.91% from 419); Blue value is 174 (68.36% from 255 or 41.53% from 419); Max value from RGB is 174 - color contains mainly: blue. Hex color #9560AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9560AE is #6A9F51. Grayscale: #787878. Windows color (decimal): -6987602 or 11427989. OLE color: 11427989.

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

Color convert

RGB14996174-
CMYK0.140.4500.32
HSL280.77º32.5%52.94%-
HSV(B)280.77º44.83%68.24%-
XYZ24.2217.8142.21-
YUV120.74158.06148.16-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.56%
GREEN value IS 96 (37.89% from 255) = 22.91%
BLUE value IS 174 (68.36% from 255) = 41.53%
R=35.56%
G=22.91%
B=41.53%

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
Decimal149961740.140.4500.32280.7732.552.94
Hex9560AEE2D0201192035
Octal22514025616550404314065
Binary1001010111000001010111011101011010100000100011001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9560AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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