#9547AE

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

Shades of Deep Lilac #9547AE

Tints of Deep Lilac #9547AE

Color information

#9547AE (or 0x9547AE) is unknown color: approx Deep Lilac. HEX triplet: 95, 47 and AE. RGB value is (149,71,174). Sum of RGB (Red+Green+Blue) = 149+71+174=394 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.82% from 394); Green value is 71 (28.12% from 255 or 18.02% from 394); Blue value is 174 (68.36% from 255 or 44.16% from 394); Max value from RGB is 174 - color contains mainly: blue. Hex color #9547AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9547AE is #6AB851. Grayscale: #696969. Windows color (decimal): -6994002 or 11421589. OLE color: 11421589.

HSL color Cylindrical-coordinate representation of color #9547AE: hue angle of 285.44º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9547AE is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14971174-
CMYK0.140.5900.32
HSL285.44º42.04%48.04%-
HSV(B)285.44º59.2%68.24%-
XYZ22.2913.9541.56-
YUV106.06166.34158.62-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.82%
GREEN value IS 71 (28.12% from 255) = 18.02%
BLUE value IS 174 (68.36% from 255) = 44.16%
R=37.82%
G=18.02%
B=44.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal149711740.140.5900.32285.4442.0448.04
Hex9547AEE3B02011d2a30
Octal22510725616730404355260
Binary1001010110001111010111011101110110100000100011101101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9547AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,71,174); }

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

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

 a { background-color: rgb(149,71,174); }

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

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

 span { border-color: rgb(149,71,174); }

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