#9947AB

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

Shades of Deep Lilac #9947AB

Tints of Deep Lilac #9947AB

Color information

#9947AB (or 0x9947AB) is unknown color: approx Deep Lilac. HEX triplet: 99, 47 and AB. RGB value is (153,71,171). Sum of RGB (Red+Green+Blue) = 153+71+171=395 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.73% from 395); Green value is 71 (28.12% from 255 or 17.97% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 171 - color contains mainly: blue. Hex color #9947AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9947AB is #66B854. Grayscale: #6A6A6A. Windows color (decimal): -6731861 or 11224985. OLE color: 11224985.

HSL color Cylindrical-coordinate representation of color #9947AB: hue angle of 289.2º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9947AB is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15371171-
CMYK0.110.5800.33
HSL289.2º41.32%47.45%-
HSV(B)289.2º58.48%67.06%-
XYZ22.7414.2240.07-
YUV106.92164.17160.87-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.73%
GREEN value IS 71 (28.12% from 255) = 17.97%
BLUE value IS 171 (67.19% from 255) = 43.29%
R=38.73%
G=17.97%
B=43.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal153711710.110.5800.33289.241.3247.45
Hex9947ABB3A021121292f
Octal23110725313720414415157
Binary1001100110001111010101110111110100100001100100001101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9947AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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