#885CAF

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

Shades of Deep Lilac #885CAF

Tints of Deep Lilac #885CAF

Color information

#885CAF (or 0x885CAF) is unknown color: approx Deep Lilac. HEX triplet: 88, 5C and AF. RGB value is (136,92,175). Sum of RGB (Red+Green+Blue) = 136+92+175=403 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.75% from 403); Green value is 92 (36.33% from 255 or 22.83% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 175 - color contains mainly: blue. Hex color #885CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885CAF is #77A350. Grayscale: #727272. Windows color (decimal): -7840593 or 11492488. OLE color: 11492488.

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

Color convert

RGB13692175-
CMYK0.220.4700.31
HSL271.81º34.16%52.35%-
HSV(B)271.81º47.43%68.63%-
XYZ21.7215.9842.5-
YUV114.62162.08143.25-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.75%
GREEN value IS 92 (36.33% from 255) = 22.83%
BLUE value IS 175 (68.75% from 255) = 43.42%
R=33.75%
G=22.83%
B=43.42%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal136921750.220.4700.31271.8134.1652.35
Hex885CAF162F01F1102234
Octal21013425726570374204264
Binary1000100010111001010111110110101111011111100010000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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