#9942AE

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

Shades of Deep Lilac #9942AE

Tints of Deep Lilac #9942AE

Color information

#9942AE (or 0x9942AE) is unknown color: approx Deep Lilac. HEX triplet: 99, 42 and AE. RGB value is (153,66,174). Sum of RGB (Red+Green+Blue) = 153+66+174=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 66 (26.17% from 255 or 16.79% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 174 - color contains mainly: blue. Hex color #9942AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9942AE is #66BD51. Grayscale: #676767. Windows color (decimal): -6733138 or 11420313. OLE color: 11420313.

HSL color Cylindrical-coordinate representation of color #9942AE: hue angle of 288.33º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9942AE is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15366174-
CMYK0.120.6200.32
HSL288.33º45%47.06%-
HSV(B)288.33º62.07%68.24%-
XYZ22.7313.7241.5-
YUV104.32167.32162.72-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.93%
GREEN value IS 66 (26.17% from 255) = 16.79%
BLUE value IS 174 (68.36% from 255) = 44.27%
R=38.93%
G=16.79%
B=44.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal153661740.120.6200.32288.334547.06
Hex9942AEC3E0201202d2f
Octal23110225614760404405557
Binary1001100110000101010111011001111100100000100100000101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9942AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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