#9544AA

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

Shades of Deep Lilac #9544AA

Tints of Deep Lilac #9544AA

Color information

#9544AA (or 0x9544AA) is unknown color: approx Deep Lilac. HEX triplet: 95, 44 and AA. RGB value is (149,68,170). Sum of RGB (Red+Green+Blue) = 149+68+170=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 68 (26.95% from 255 or 17.57% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 170 - color contains mainly: blue. Hex color #9544AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9544AA is #6ABB55. Grayscale: #676767. Windows color (decimal): -6994774 or 11158677. OLE color: 11158677.

HSL color Cylindrical-coordinate representation of color #9544AA: hue angle of 287.65º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9544AA is Cyan = 0.12, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14968170-
CMYK0.120.600.33
HSL287.65º42.86%46.67%-
HSV(B)287.65º60%66.67%-
XYZ21.7213.4339.48-
YUV103.85165.34160.21-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.50%
GREEN value IS 68 (26.95% from 255) = 17.57%
BLUE value IS 170 (66.80% from 255) = 43.93%
R=38.50%
G=17.57%
B=43.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal149681700.120.600.33287.6542.8646.67
Hex9544AAC3C0211202b2f
Octal22510425214740414405357
Binary1001010110001001010101011001111000100001100100000101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9544AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9544AA; }

 p { color: rgb(149,68,170); }

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

<style>
 a { background-color: #9544AA; }

 a { background-color: rgb(149,68,170); }

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

<style>
 span { border-color: #9544AA; }

 span { border-color: rgb(149,68,170); }

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