#9552AA

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

Shades of Deep Lilac #9552AA

Tints of Deep Lilac #9552AA

Color information

#9552AA (or 0x9552AA) is unknown color: approx Deep Lilac. HEX triplet: 95, 52 and AA. RGB value is (149,82,170). Sum of RGB (Red+Green+Blue) = 149+82+170=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 82 (32.42% from 255 or 20.45% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 170 - color contains mainly: blue. Hex color #9552AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9552AA is #6AAD55. Grayscale: #6F6F6F. Windows color (decimal): -6991190 or 11162261. OLE color: 11162261.

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

Color convert

RGB14982170-
CMYK0.120.5200.33
HSL285.68º34.92%49.41%-
HSV(B)285.68º51.76%66.67%-
XYZ22.6715.3339.79-
YUV112.06160.7154.34-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.16%
GREEN value IS 82 (32.42% from 255) = 20.45%
BLUE value IS 170 (66.80% from 255) = 42.39%
R=37.16%
G=20.45%
B=42.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal149821700.120.5200.33285.6834.9249.41
Hex9552AAC3402111e2331
Octal22512225214640414364361
Binary1001010110100101010101011001101000100001100011110100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9552AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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