#885BB5

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

Shades of Deep Lilac #885BB5

Tints of Deep Lilac #885BB5

Color information

#885BB5 (or 0x885BB5) is unknown color: approx Deep Lilac. HEX triplet: 88, 5B and B5. RGB value is (136,91,181). Sum of RGB (Red+Green+Blue) = 136+91+181=408 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.33% from 408); Green value is 91 (35.94% from 255 or 22.30% from 408); Blue value is 181 (71.09% from 255 or 44.36% from 408); Max value from RGB is 181 - color contains mainly: blue. Hex color #885BB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885BB5 is #77A44A. Grayscale: #727272. Windows color (decimal): -7840843 or 11885448. OLE color: 11885448.

HSL color Cylindrical-coordinate representation of color #885BB5: hue angle of 270º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #885BB5 is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13691181-
CMYK0.250.5000.29
HSL270º37.82%53.33%-
HSV(B)270º49.72%70.98%-
XYZ22.2316.0545.64-
YUV114.71165.41143.18-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.33%
GREEN value IS 91 (35.94% from 255) = 22.30%
BLUE value IS 181 (71.09% from 255) = 44.36%
R=33.33%
G=22.30%
B=44.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal136911810.250.5000.2927037.8253.33
Hex885BB5193201D10e2635
Octal21013326531620354164665
Binary1000100010110111011010111001110010011101100001110100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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