#8D55AA

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

Shades of Deep Lilac #8D55AA

Tints of Deep Lilac #8D55AA

Color information

#8D55AA (or 0x8D55AA) is unknown color: approx Deep Lilac. HEX triplet: 8D, 55 and AA. RGB value is (141,85,170). Sum of RGB (Red+Green+Blue) = 141+85+170=396 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.61% from 396); Green value is 85 (33.59% from 255 or 21.46% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 170 - color contains mainly: blue. Hex color #8D55AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D55AA is #72AA55. Grayscale: #6F6F6F. Windows color (decimal): -7514710 or 11163021. OLE color: 11163021.

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

Color convert

RGB14185170-
CMYK0.170.5000.33
HSL279.53º33.33%50%-
HSV(B)279.53º50%66.67%-
XYZ21.4915.0639.8-
YUV111.43161.05149.09-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.61%
GREEN value IS 85 (33.59% from 255) = 21.46%
BLUE value IS 170 (66.80% from 255) = 42.93%
R=35.61%
G=21.46%
B=42.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141851700.170.5000.33279.5333.3350
Hex8D55AA11320211182132
Octal21512525221620414304162
Binary10001101101010110101010100011100100100001100011000100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D55AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D55AA; }

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

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

<style>
 a { background-color: #8D55AA; }

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

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

<style>
 span { border-color: #8D55AA; }

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

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