#9955aa

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

Shades of Deep Lilac #9955AA

Tints of Deep Lilac #9955AA

Color information

#9955AA (or 0x9955AA) is unknown color: approx Deep Lilac. HEX triplet: 99, 55 and AA. RGB value is (153,85,170). Sum of RGB (Red+Green+Blue) = 153+85+170=408 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.5% from 408); Green value is 85 (33.59% from 255 or 20.83% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 170 - color contains mainly: blue. Hex color #9955AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9955AA is #66AA55. Grayscale: #727272. Windows color (decimal): -6728278 or 11163033. OLE color: 11163033.

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

Color convert

RGB15385170-
CMYK0.10.5000.33
HSL288º33.33%50%-
HSV(B)288º50%66.67%-
XYZ23.6416.1739.91-
YUV115.02159.03155.09-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.5%
GREEN value IS 85 (33.59% from 255) = 20.83%
BLUE value IS 170 (66.80% from 255) = 41.67%
R=37.5%
G=20.83%
B=41.67%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal153851700.10.5000.3328833.3350
Hex9955AAA320211202132
Octal23112525212620414404162
Binary1001100110101011010101010101100100100001100100000100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9955aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9955aa; }

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

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

<style>
 a { background-color: #9955aa; }

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

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

<style>
 span { border-color: #9955aa; }

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

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