#9556AB

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

Shades of Deep Lilac #9556AB

Tints of Deep Lilac #9556AB

Color information

#9556AB (or 0x9556AB) is unknown color: approx Deep Lilac. HEX triplet: 95, 56 and AB. RGB value is (149,86,171). Sum of RGB (Red+Green+Blue) = 149+86+171=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 86 (33.98% from 255 or 21.18% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 171 - color contains mainly: blue. Hex color #9556AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9556AB is #6AA954. Grayscale: #727272. Windows color (decimal): -6990165 or 11228821. OLE color: 11228821.

HSL color Cylindrical-coordinate representation of color #9556AB: hue angle of 284.47º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9556AB is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14986171-
CMYK0.130.5000.33
HSL284.47º33.6%50.39%-
HSV(B)284.47º49.71%67.06%-
XYZ23.0715.9940.4-
YUV114.53159.87152.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.70%
GREEN value IS 86 (33.98% from 255) = 21.18%
BLUE value IS 171 (67.19% from 255) = 42.12%
R=36.70%
G=21.18%
B=42.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal149861710.130.5000.33284.4733.650.39
Hex9556ABD3202111c2232
Octal22512625315620414344262
Binary1001010110101101010101111011100100100001100011100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9556AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9556AB; }

 p { color: rgb(149,86,171); }

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

<style>
 a { background-color: #9556AB; }

 a { background-color: rgb(149,86,171); }

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

<style>
 span { border-color: #9556AB; }

 span { border-color: rgb(149,86,171); }

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