#9947AD

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

Shades of Deep Lilac #9947AD

Tints of Deep Lilac #9947AD

Color information

#9947AD (or 0x9947AD) is unknown color: approx Deep Lilac. HEX triplet: 99, 47 and AD. RGB value is (153,71,173). Sum of RGB (Red+Green+Blue) = 153+71+173=397 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.54% from 397); Green value is 71 (28.12% from 255 or 17.88% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 173 - color contains mainly: blue. Hex color #9947AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9947AD is #66B852. Grayscale: #6A6A6A. Windows color (decimal): -6731859 or 11356057. OLE color: 11356057.

HSL color Cylindrical-coordinate representation of color #9947AD: hue angle of 288.24º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9947AD is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15371173-
CMYK0.120.5900.32
HSL288.24º41.8%47.84%-
HSV(B)288.24º58.96%67.84%-
XYZ22.9314.341.09-
YUV107.15165.17160.71-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.54%
GREEN value IS 71 (28.12% from 255) = 17.88%
BLUE value IS 173 (67.97% from 255) = 43.58%
R=38.54%
G=17.88%
B=43.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal153711730.120.5900.32288.2441.847.84
Hex9947ADC3B0201202a30
Octal23110725514730404405260
Binary1001100110001111010110111001110110100000100100000101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9947AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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