#9D56AC

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

Shades of Deep Lilac #9D56AC

Tints of Deep Lilac #9D56AC

Color information

#9D56AC (or 0x9D56AC) is unknown color: approx Deep Lilac. HEX triplet: 9D, 56 and AC. RGB value is (157,86,172). Sum of RGB (Red+Green+Blue) = 157+86+172=415 (54% of max value = 765). Red value is 157 (61.72% from 255 or 37.83% from 415); Green value is 86 (33.98% from 255 or 20.72% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 172 - color contains mainly: blue. Hex color #9D56AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D56AC is #62A953. Grayscale: #747474. Windows color (decimal): -6465876 or 11294365. OLE color: 11294365.

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

Color convert

RGB15786172-
CMYK0.090.500.33
HSL289.53º34.13%50.59%-
HSV(B)289.53º50%67.45%-
XYZ24.6816.840.97-
YUV117.03159.02156.51-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.83%
GREEN value IS 86 (33.98% from 255) = 20.72%
BLUE value IS 172 (67.58% from 255) = 41.45%
R=37.83%
G=20.72%
B=41.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal157861720.090.500.33289.5334.1350.59
Hex9D56AC9320211222233
Octal23512625411620414424263
Binary1001110110101101010110010011100100100001100100010100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D56AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,86,172); }

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

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

 a { background-color: rgb(157,86,172); }

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

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

 span { border-color: rgb(157,86,172); }

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