#885EB5

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

Shades of Deep Lilac #885EB5

Tints of Deep Lilac #885EB5

Color information

#885EB5 (or 0x885EB5) is unknown color: approx Deep Lilac. HEX triplet: 88, 5E and B5. RGB value is (136,94,181). Sum of RGB (Red+Green+Blue) = 136+94+181=411 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.09% from 411); Green value is 94 (37.11% from 255 or 22.87% from 411); Blue value is 181 (71.09% from 255 or 44.04% from 411); Max value from RGB is 181 - color contains mainly: blue. Hex color #885EB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885EB5 is #77A14A. Grayscale: #747474. Windows color (decimal): -7840075 or 11886216. OLE color: 11886216.

HSL color Cylindrical-coordinate representation of color #885EB5: hue angle of 268.97º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #885EB5 is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13694181-
CMYK0.250.4800.29
HSL268.97º37.02%53.92%-
HSV(B)268.97º48.07%70.98%-
XYZ22.516.5845.73-
YUV116.48164.41141.93-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.09%
GREEN value IS 94 (37.11% from 255) = 22.87%
BLUE value IS 181 (71.09% from 255) = 44.04%
R=33.09%
G=22.87%
B=44.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal136941810.250.4800.29268.9737.0253.92
Hex885EB5193001D10d2536
Octal21013626531600354154566
Binary1000100010111101011010111001110000011101100001101100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,94,181); }

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

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

 a { background-color: rgb(136,94,181); }

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

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

 span { border-color: rgb(136,94,181); }

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