#9945AA

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

Shades of Deep Lilac #9945AA

Tints of Deep Lilac #9945AA

Color information

#9945AA (or 0x9945AA) is unknown color: approx Deep Lilac. HEX triplet: 99, 45 and AA. RGB value is (153,69,170). Sum of RGB (Red+Green+Blue) = 153+69+170=392 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.03% from 392); Green value is 69 (27.34% from 255 or 17.60% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 170 - color contains mainly: blue. Hex color #9945AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9945AA is #66BA55. Grayscale: #696969. Windows color (decimal): -6732374 or 11158937. OLE color: 11158937.

HSL color Cylindrical-coordinate representation of color #9945AA: hue angle of 289.9º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9945AA is Cyan = 0.1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15369170-
CMYK0.10.5900.33
HSL289.9º42.26%46.86%-
HSV(B)289.9º59.41%66.67%-
XYZ22.5213.9339.53-
YUV105.63164.33161.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.03%
GREEN value IS 69 (27.34% from 255) = 17.60%
BLUE value IS 170 (66.80% from 255) = 43.37%
R=39.03%
G=17.60%
B=43.37%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal153691700.10.5900.33289.942.2646.86
Hex9945AAA3B0211222a2f
Octal23110525212730414425257
Binary1001100110001011010101010101110110100001100100010101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9945AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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