#8755AB

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

Shades of Deep Lilac #8755AB

Tints of Deep Lilac #8755AB

Color information

#8755AB (or 0x8755AB) is unknown color: approx Deep Lilac. HEX triplet: 87, 55 and AB. RGB value is (135,85,171). Sum of RGB (Red+Green+Blue) = 135+85+171=391 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.53% from 391); Green value is 85 (33.59% from 255 or 21.74% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 171 - color contains mainly: blue. Hex color #8755AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8755AB is #78AA54. Grayscale: #6D6D6D. Windows color (decimal): -7907925 or 11228551. OLE color: 11228551.

HSL color Cylindrical-coordinate representation of color #8755AB: hue angle of 274.88º degrees, saturation: 0.34, 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 #8755AB is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13585171-
CMYK0.210.5000.33
HSL274.88º33.86%50.2%-
HSV(B)274.88º50.29%67.06%-
XYZ20.5914.5940.26-
YUV109.75162.56146.01-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.53%
GREEN value IS 85 (33.59% from 255) = 21.74%
BLUE value IS 171 (67.19% from 255) = 43.73%
R=34.53%
G=21.74%
B=43.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal135851710.210.5000.33274.8833.8650.2
Hex8755AB15320211132232
Octal20712525325620414234262
Binary10000111101010110101011101011100100100001100010011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8755AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8755AB; }

 p { color: rgb(135,85,171); }

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

<style>
 a { background-color: #8755AB; }

 a { background-color: rgb(135,85,171); }

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

<style>
 span { border-color: #8755AB; }

 span { border-color: rgb(135,85,171); }

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