#9955AC

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

Shades of Deep Lilac #9955AC

Tints of Deep Lilac #9955AC

Color information

#9955AC (or 0x9955AC) is unknown color: approx Deep Lilac. HEX triplet: 99, 55 and AC. RGB value is (153,85,172). Sum of RGB (Red+Green+Blue) = 153+85+172=410 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.32% from 410); Green value is 85 (33.59% from 255 or 20.73% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 172 - color contains mainly: blue. Hex color #9955AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9955AC is #66AA53. Grayscale: #727272. Windows color (decimal): -6728276 or 11294105. OLE color: 11294105.

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

Color convert

RGB15385172-
CMYK0.110.5100.33
HSL286.9º34.39%50.39%-
HSV(B)286.9º50.58%67.45%-
XYZ23.8316.2540.91-
YUV115.25160.03154.93-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.32%
GREEN value IS 85 (33.59% from 255) = 20.73%
BLUE value IS 172 (67.58% from 255) = 41.95%
R=37.32%
G=20.73%
B=41.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal153851720.110.5100.33286.934.3950.39
Hex9955ACB3302111f2232
Octal23112525413630414374262
Binary1001100110101011010110010111100110100001100011111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9955AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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