#9055AA

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

Shades of Deep Lilac #9055AA

Tints of Deep Lilac #9055AA

Color information

#9055AA (or 0x9055AA) is unknown color: approx Deep Lilac. HEX triplet: 90, 55 and AA. RGB value is (144,85,170). Sum of RGB (Red+Green+Blue) = 144+85+170=399 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.09% from 399); Green value is 85 (33.59% from 255 or 21.30% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 170 - color contains mainly: blue. Hex color #9055AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9055AA is #6FAA55. Grayscale: #707070. Windows color (decimal): -7318102 or 11163024. OLE color: 11163024.

HSL color Cylindrical-coordinate representation of color #9055AA: hue angle of 281.65º degrees, saturation: 0.33, 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 #9055AA is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14485170-
CMYK0.150.5000.33
HSL281.65º33.33%50%-
HSV(B)281.65º50%66.67%-
XYZ22.0115.3339.83-
YUV112.33160.55150.59-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.09%
GREEN value IS 85 (33.59% from 255) = 21.30%
BLUE value IS 170 (66.80% from 255) = 42.61%
R=36.09%
G=21.30%
B=42.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal144851700.150.5000.33281.6533.3350
Hex9055AAF3202111a2132
Octal22012525217620414324162
Binary1001000010101011010101011111100100100001100011010100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9055AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9055AA; }

 p { color: rgb(144,85,170); }

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

<style>
 a { background-color: #9055AA; }

 a { background-color: rgb(144,85,170); }

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

<style>
 span { border-color: #9055AA; }

 span { border-color: rgb(144,85,170); }

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