#8755AE

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

Shades of Deep Lilac #8755AE

Tints of Deep Lilac #8755AE

Color information

#8755AE (or 0x8755AE) is unknown color: approx Deep Lilac. HEX triplet: 87, 55 and AE. RGB value is (135,85,174). Sum of RGB (Red+Green+Blue) = 135+85+174=394 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.26% from 394); Green value is 85 (33.59% from 255 or 21.57% from 394); Blue value is 174 (68.36% from 255 or 44.16% from 394); Max value from RGB is 174 - color contains mainly: blue. Hex color #8755AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8755AE is #78AA51. Grayscale: #6D6D6D. Windows color (decimal): -7907922 or 11425159. OLE color: 11425159.

HSL color Cylindrical-coordinate representation of color #8755AE: hue angle of 273.71º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8755AE is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13585174-
CMYK0.220.5100.32
HSL273.71º35.46%50.78%-
HSV(B)273.71º51.15%68.24%-
XYZ20.8814.741.78-
YUV110.1164.06145.76-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.26%
GREEN value IS 85 (33.59% from 255) = 21.57%
BLUE value IS 174 (68.36% from 255) = 44.16%
R=34.26%
G=21.57%
B=44.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal135851740.220.5100.32273.7135.4650.78
Hex8755AE16330201122333
Octal20712525626630404224363
Binary10000111101010110101110101101100110100000100010010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8755AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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