#9452AE

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

Shades of Deep Lilac #9452AE

Tints of Deep Lilac #9452AE

Color information

#9452AE (or 0x9452AE) is unknown color: approx Deep Lilac. HEX triplet: 94, 52 and AE. RGB value is (148,82,174). Sum of RGB (Red+Green+Blue) = 148+82+174=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 82 (32.42% from 255 or 20.30% from 404); Blue value is 174 (68.36% from 255 or 43.07% from 404); Max value from RGB is 174 - color contains mainly: blue. Hex color #9452AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9452AE is #6BAD51. Grayscale: #6F6F6F. Windows color (decimal): -7056722 or 11424404. OLE color: 11424404.

HSL color Cylindrical-coordinate representation of color #9452AE: hue angle of 283.04º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9452AE is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14882174-
CMYK0.150.5300.32
HSL283.04º36.22%50.2%-
HSV(B)283.04º52.87%68.24%-
XYZ22.8715.3941.81-
YUV112.22162.87153.52-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.63%
GREEN value IS 82 (32.42% from 255) = 20.30%
BLUE value IS 174 (68.36% from 255) = 43.07%
R=36.63%
G=20.30%
B=43.07%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal148821740.150.5300.32283.0436.2250.2
Hex9452AEF3502011b2432
Octal22412225617650404334462
Binary1001010010100101010111011111101010100000100011011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9452AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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