#9449B2

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

Shades of Deep Lilac #9449B2

Tints of Deep Lilac #9449B2

Color information

#9449B2 (or 0x9449B2) is unknown color: approx Deep Lilac. HEX triplet: 94, 49 and B2. RGB value is (148,73,178). Sum of RGB (Red+Green+Blue) = 148+73+178=399 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.09% from 399); Green value is 73 (28.91% from 255 or 18.30% from 399); Blue value is 178 (69.92% from 255 or 44.61% from 399); Max value from RGB is 178 - color contains mainly: blue. Hex color #9449B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9449B2 is #6BB64D. Grayscale: #6B6B6B. Windows color (decimal): -7059022 or 11684244. OLE color: 11684244.

HSL color Cylindrical-coordinate representation of color #9449B2: hue angle of 282.86º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9449B2 is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB14873178-
CMYK0.170.5900.30
HSL282.86º41.83%49.22%-
HSV(B)282.86º58.99%69.8%-
XYZ22.6314.2843.68-
YUV107.4167.85156.96-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.09%
GREEN value IS 73 (28.91% from 255) = 18.30%
BLUE value IS 178 (69.92% from 255) = 44.61%
R=37.09%
G=18.30%
B=44.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal148731780.170.5900.30282.8641.8349.22
Hex9449B2113B01E11b2a31
Octal22411126221730364335261
Binary1001010010010011011001010001111011011110100011011101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9449B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9449B2; }

 p { color: rgb(148,73,178); }

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

<style>
 a { background-color: #9449B2; }

 a { background-color: rgb(148,73,178); }

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

<style>
 span { border-color: #9449B2; }

 span { border-color: rgb(148,73,178); }

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