#9941AB

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

Shades of Deep Lilac #9941AB

Tints of Deep Lilac #9941AB

Color information

#9941AB (or 0x9941AB) is unknown color: approx Deep Lilac. HEX triplet: 99, 41 and AB. RGB value is (153,65,171). Sum of RGB (Red+Green+Blue) = 153+65+171=389 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.33% from 389); Green value is 65 (25.78% from 255 or 16.71% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 171 - color contains mainly: blue. Hex color #9941AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9941AB is #66BE54. Grayscale: #676767. Windows color (decimal): -6733397 or 11223449. OLE color: 11223449.

HSL color Cylindrical-coordinate representation of color #9941AB: hue angle of 289.81º 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 #9941AB is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15365171-
CMYK0.110.6200.33
HSL289.81º44.92%46.27%-
HSV(B)289.81º61.99%67.06%-
XYZ22.3813.4939.95-
YUV103.4166.15163.38-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.33%
GREEN value IS 65 (25.78% from 255) = 16.71%
BLUE value IS 171 (67.19% from 255) = 43.96%
R=39.33%
G=16.71%
B=43.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal153651710.110.6200.33289.8144.9246.27
Hex9941ABB3E0211222d2e
Octal23110125313760414425556
Binary1001100110000011010101110111111100100001100100010101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9941AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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