#9056AB

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

Shades of Deep Lilac #9056AB

Tints of Deep Lilac #9056AB

Color information

#9056AB (or 0x9056AB) is unknown color: approx Deep Lilac. HEX triplet: 90, 56 and AB. RGB value is (144,86,171). Sum of RGB (Red+Green+Blue) = 144+86+171=401 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.91% from 401); Green value is 86 (33.98% from 255 or 21.45% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 171 - color contains mainly: blue. Hex color #9056AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9056AB is #6FA954. Grayscale: #707070. Windows color (decimal): -7317845 or 11228816. OLE color: 11228816.

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

Color convert

RGB14486171-
CMYK0.160.5000.33
HSL280.94º33.6%50.39%-
HSV(B)280.94º49.71%67.06%-
XYZ22.1815.5340.36-
YUV113.03160.72150.09-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.91%
GREEN value IS 86 (33.98% from 255) = 21.45%
BLUE value IS 171 (67.19% from 255) = 42.64%
R=35.91%
G=21.45%
B=42.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal144861710.160.5000.33280.9433.650.39
Hex9056AB10320211192232
Octal22012625320620414314262
Binary10010000101011010101011100001100100100001100011001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9056AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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