#9554AA

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

Shades of Deep Lilac #9554AA

Tints of Deep Lilac #9554AA

Color information

#9554AA (or 0x9554AA) is unknown color: approx Deep Lilac. HEX triplet: 95, 54 and AA. RGB value is (149,84,170). Sum of RGB (Red+Green+Blue) = 149+84+170=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 84 (33.20% from 255 or 20.84% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 170 - color contains mainly: blue. Hex color #9554AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9554AA is #6AAB55. Grayscale: #707070. Windows color (decimal): -6990678 or 11162773. OLE color: 11162773.

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

Color convert

RGB14984170-
CMYK0.120.5100.33
HSL285.35º33.86%49.8%-
HSV(B)285.35º50.59%66.67%-
XYZ22.8215.6339.84-
YUV113.24160.03153.51-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.97%
GREEN value IS 84 (33.20% from 255) = 20.84%
BLUE value IS 170 (66.80% from 255) = 42.18%
R=36.97%
G=20.84%
B=42.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal149841700.120.5100.33285.3533.8649.8
Hex9554AAC3302111d2232
Octal22512425214630414354262
Binary1001010110101001010101011001100110100001100011101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9554AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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