#9941AA

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

Shades of Deep Lilac #9941AA

Tints of Deep Lilac #9941AA

Color information

#9941AA (or 0x9941AA) is unknown color: approx Deep Lilac. HEX triplet: 99, 41 and AA. RGB value is (153,65,170). Sum of RGB (Red+Green+Blue) = 153+65+170=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 65 (25.78% from 255 or 16.75% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 170 - color contains mainly: blue. Hex color #9941AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9941AA is #66BE55. Grayscale: #666666. Windows color (decimal): -6733398 or 11157913. OLE color: 11157913.

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

Color convert

RGB15365170-
CMYK0.10.6200.33
HSL290.29º44.68%46.08%-
HSV(B)290.29º61.76%66.67%-
XYZ22.2813.4639.45-
YUV103.28165.65163.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.43%
GREEN value IS 65 (25.78% from 255) = 16.75%
BLUE value IS 170 (66.80% from 255) = 43.81%
R=39.43%
G=16.75%
B=43.81%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal153651700.10.6200.33290.2944.6846.08
Hex9941AAA3E0211222d2e
Octal23110125212760414425556
Binary1001100110000011010101010101111100100001100100010101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9941AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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