#885CAE

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

Shades of Deep Lilac #885CAE

Tints of Deep Lilac #885CAE

Color information

#885CAE (or 0x885CAE) is unknown color: approx Deep Lilac. HEX triplet: 88, 5C and AE. RGB value is (136,92,174). Sum of RGB (Red+Green+Blue) = 136+92+174=402 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.83% from 402); Green value is 92 (36.33% from 255 or 22.89% from 402); Blue value is 174 (68.36% from 255 or 43.28% from 402); Max value from RGB is 174 - color contains mainly: blue. Hex color #885CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885CAE is #77A351. Grayscale: #727272. Windows color (decimal): -7840594 or 11426952. OLE color: 11426952.

HSL color Cylindrical-coordinate representation of color #885CAE: hue angle of 272.2º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #885CAE is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13692174-
CMYK0.220.4700.32
HSL272.2º33.61%52.16%-
HSV(B)272.2º47.13%68.24%-
XYZ21.6215.9441.98-
YUV114.5161.58143.33-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.83%
GREEN value IS 92 (36.33% from 255) = 22.89%
BLUE value IS 174 (68.36% from 255) = 43.28%
R=33.83%
G=22.89%
B=43.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal136921740.220.4700.32272.233.6152.16
Hex885CAE162F0201102234
Octal21013425626570404204264
Binary10001000101110010101110101101011110100000100010000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885CAE; }

 p { color: rgb(136,92,174); }

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

<style>
 a { background-color: #885CAE; }

 a { background-color: rgb(136,92,174); }

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

<style>
 span { border-color: #885CAE; }

 span { border-color: rgb(136,92,174); }

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