#9855AA

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

Shades of Deep Lilac #9855AA

Tints of Deep Lilac #9855AA

Color information

#9855AA (or 0x9855AA) is unknown color: approx Deep Lilac. HEX triplet: 98, 55 and AA. RGB value is (152,85,170). Sum of RGB (Red+Green+Blue) = 152+85+170=407 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.35% from 407); Green value is 85 (33.59% from 255 or 20.88% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 170 - color contains mainly: blue. Hex color #9855AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9855AA is #67AA55. Grayscale: #727272. Windows color (decimal): -6793814 or 11163032. OLE color: 11163032.

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

Color convert

RGB15285170-
CMYK0.110.5000.33
HSL287.29º33.33%50%-
HSV(B)287.29º50%66.67%-
XYZ23.4516.0739.9-
YUV114.72159.2154.59-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.35%
GREEN value IS 85 (33.59% from 255) = 20.88%
BLUE value IS 170 (66.80% from 255) = 41.77%
R=37.35%
G=20.88%
B=41.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal152851700.110.5000.33287.2933.3350
Hex9855AAB3202111f2132
Octal23012525213620414374162
Binary1001100010101011010101010111100100100001100011111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9855AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,85,170); }

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

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

 a { background-color: rgb(152,85,170); }

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

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

 span { border-color: rgb(152,85,170); }

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