#9948AE

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

Shades of Deep Lilac #9948AE

Tints of Deep Lilac #9948AE

Color information

#9948AE (or 0x9948AE) is unknown color: approx Deep Lilac. HEX triplet: 99, 48 and AE. RGB value is (153,72,174). Sum of RGB (Red+Green+Blue) = 153+72+174=399 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.35% from 399); Green value is 72 (28.52% from 255 or 18.05% from 399); Blue value is 174 (68.36% from 255 or 43.61% from 399); Max value from RGB is 174 - color contains mainly: blue. Hex color #9948AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9948AE is #66B751. Grayscale: #6B6B6B. Windows color (decimal): -6731602 or 11421849. OLE color: 11421849.

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

Color convert

RGB15372174-
CMYK0.120.5900.32
HSL287.65º41.46%48.24%-
HSV(B)287.65º58.62%68.24%-
XYZ23.0914.4641.62-
YUV107.85165.34160.21-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.35%
GREEN value IS 72 (28.52% from 255) = 18.05%
BLUE value IS 174 (68.36% from 255) = 43.61%
R=38.35%
G=18.05%
B=43.61%

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
Decimal153721740.120.5900.32287.6541.4648.24
Hex9948AEC3B0201202930
Octal23111025614730404405160
Binary1001100110010001010111011001110110100000100100000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9948AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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