#9947AE

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

Shades of Deep Lilac #9947AE

Tints of Deep Lilac #9947AE

Color information

#9947AE (or 0x9947AE) is unknown color: approx Deep Lilac. HEX triplet: 99, 47 and AE. RGB value is (153,71,174). Sum of RGB (Red+Green+Blue) = 153+71+174=398 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.44% from 398); Green value is 71 (28.12% from 255 or 17.84% from 398); Blue value is 174 (68.36% from 255 or 43.72% from 398); Max value from RGB is 174 - color contains mainly: blue. Hex color #9947AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9947AE is #66B851. Grayscale: #6A6A6A. Windows color (decimal): -6731858 or 11421593. OLE color: 11421593.

HSL color Cylindrical-coordinate representation of color #9947AE: hue angle of 287.77º 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 #9947AE is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15371174-
CMYK0.120.5900.32
HSL287.77º42.04%48.04%-
HSV(B)287.77º59.2%68.24%-
XYZ23.0314.3341.6-
YUV107.26165.67160.62-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.44%
GREEN value IS 71 (28.12% from 255) = 17.84%
BLUE value IS 174 (68.36% from 255) = 43.72%
R=38.44%
G=17.84%
B=43.72%

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
Decimal153711740.120.5900.32287.7742.0448.04
Hex9947AEC3B0201202a30
Octal23110725614730404405260
Binary1001100110001111010111011001110110100000100100000101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9947AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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