#9442AD

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

Shades of Deep Lilac #9442AD

Tints of Deep Lilac #9442AD

Color information

#9442AD (or 0x9442AD) is unknown color: approx Deep Lilac. HEX triplet: 94, 42 and AD. RGB value is (148,66,173). Sum of RGB (Red+Green+Blue) = 148+66+173=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 66 (26.17% from 255 or 17.05% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 173 - color contains mainly: blue. Hex color #9442AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9442AD is #6BBD52. Grayscale: #666666. Windows color (decimal): -7060819 or 11354772. OLE color: 11354772.

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

Color convert

RGB14866173-
CMYK0.140.6200.32
HSL285.98º44.77%46.86%-
HSV(B)285.98º61.85%67.84%-
XYZ21.713.2140.94-
YUV102.72167.67160.3-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.24%
GREEN value IS 66 (26.17% from 255) = 17.05%
BLUE value IS 173 (67.97% from 255) = 44.70%
R=38.24%
G=17.05%
B=44.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal148661730.140.6200.32285.9844.7746.86
Hex9442ADE3E02011e2d2f
Octal22410225516760404365557
Binary1001010010000101010110111101111100100000100011110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9442AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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