#8855AA

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

Shades of Deep Lilac #8855AA

Tints of Deep Lilac #8855AA

Color information

#8855AA (or 0x8855AA) is unknown color: approx Deep Lilac. HEX triplet: 88, 55 and AA. RGB value is (136,85,170). Sum of RGB (Red+Green+Blue) = 136+85+170=391 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.78% from 391); Green value is 85 (33.59% from 255 or 21.74% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 170 - color contains mainly: blue. Hex color #8855AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8855AA is #77AA55. Grayscale: #6D6D6D. Windows color (decimal): -7842390 or 11163016. OLE color: 11163016.

HSL color Cylindrical-coordinate representation of color #8855AA: hue angle of 276º 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 #8855AA is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13685170-
CMYK0.200.5000.33
HSL276º33.33%50%-
HSV(B)276º50%66.67%-
XYZ20.6614.6339.77-
YUV109.94161.9146.59-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.78%
GREEN value IS 85 (33.59% from 255) = 21.74%
BLUE value IS 170 (66.80% from 255) = 43.48%
R=34.78%
G=21.74%
B=43.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal136851700.200.5000.3327633.3350
Hex8855AA14320211142132
Octal21012525224620414244162
Binary10001000101010110101010101001100100100001100010100100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8855AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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