#9442AE

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

Shades of Deep Lilac #9442AE

Tints of Deep Lilac #9442AE

Color information

#9442AE (or 0x9442AE) is unknown color: approx Deep Lilac. HEX triplet: 94, 42 and AE. RGB value is (148,66,174). Sum of RGB (Red+Green+Blue) = 148+66+174=388 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.14% from 388); Green value is 66 (26.17% from 255 or 17.01% from 388); Blue value is 174 (68.36% from 255 or 44.85% from 388); Max value from RGB is 174 - color contains mainly: blue. Hex color #9442AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9442AE is #6BBD51. Grayscale: #666666. Windows color (decimal): -7060818 or 11420308. OLE color: 11420308.

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

Color convert

RGB14866174-
CMYK0.150.6200.32
HSL285.56º45%47.06%-
HSV(B)285.56º62.07%68.24%-
XYZ21.813.2541.45-
YUV102.83168.17160.22-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.14%
GREEN value IS 66 (26.17% from 255) = 17.01%
BLUE value IS 174 (68.36% from 255) = 44.85%
R=38.14%
G=17.01%
B=44.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal148661740.150.6200.32285.564547.06
Hex9442AEF3E02011e2d2f
Octal22410225617760404365557
Binary1001010010000101010111011111111100100000100011110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9442AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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