#8755AC

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

Shades of Deep Lilac #8755AC

Tints of Deep Lilac #8755AC

Color information

#8755AC (or 0x8755AC) is unknown color: approx Deep Lilac. HEX triplet: 87, 55 and AC. RGB value is (135,85,172). Sum of RGB (Red+Green+Blue) = 135+85+172=392 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.44% from 392); Green value is 85 (33.59% from 255 or 21.68% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 172 - color contains mainly: blue. Hex color #8755AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8755AC is #78AA53. Grayscale: #6D6D6D. Windows color (decimal): -7907924 or 11294087. OLE color: 11294087.

HSL color Cylindrical-coordinate representation of color #8755AC: hue angle of 274.48º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8755AC is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13585172-
CMYK0.220.5100.33
HSL274.48º34.39%50.39%-
HSV(B)274.48º50.58%67.45%-
XYZ20.6914.6340.76-
YUV109.87163.06145.93-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.44%
GREEN value IS 85 (33.59% from 255) = 21.68%
BLUE value IS 172 (67.58% from 255) = 43.88%
R=34.44%
G=21.68%
B=43.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal135851720.220.5100.33274.4834.3950.39
Hex8755AC16330211122232
Octal20712525426630414224262
Binary10000111101010110101100101101100110100001100010010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8755AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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