#9A56AB

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

Shades of Deep Lilac #9A56AB

Tints of Deep Lilac #9A56AB

Color information

#9A56AB (or 0x9A56AB) is unknown color: approx Deep Lilac. HEX triplet: 9A, 56 and AB. RGB value is (154,86,171). Sum of RGB (Red+Green+Blue) = 154+86+171=411 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.47% from 411); Green value is 86 (33.98% from 255 or 20.92% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A56AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A56AB is #65A954. Grayscale: #737373. Windows color (decimal): -6662485 or 11228826. OLE color: 11228826.

HSL color Cylindrical-coordinate representation of color #9A56AB: hue angle of 288º 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 #9A56AB is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15486171-
CMYK0.100.5000.33
HSL288º33.6%50.39%-
HSV(B)288º49.71%67.06%-
XYZ2416.4740.44-
YUV116.02159.03155.09-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.47%
GREEN value IS 86 (33.98% from 255) = 20.92%
BLUE value IS 171 (67.19% from 255) = 41.61%
R=37.47%
G=20.92%
B=41.61%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal154861710.100.5000.3328833.650.39
Hex9A56ABA320211202232
Octal23212625312620414404262
Binary1001101010101101010101110101100100100001100100000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A56AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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