#885FB5

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

Shades of Lilac Bush #885FB5

Tints of Lilac Bush #885FB5

Color information

#885FB5 (or 0x885FB5) is unknown color: approx Lilac Bush. HEX triplet: 88, 5F and B5. RGB value is (136,95,181). Sum of RGB (Red+Green+Blue) = 136+95+181=412 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.01% from 412); Green value is 95 (37.5% from 255 or 23.06% from 412); Blue value is 181 (71.09% from 255 or 43.93% from 412); Max value from RGB is 181 - color contains mainly: blue. Hex color #885FB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885FB5 is #77A04A. Grayscale: #747474. Windows color (decimal): -7839819 or 11886472. OLE color: 11886472.

HSL color Cylindrical-coordinate representation of color #885FB5: hue angle of 268.6º 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 #885FB5 is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13695181-
CMYK0.250.4800.29
HSL268.6º36.75%54.12%-
HSV(B)268.6º47.51%70.98%-
XYZ22.5916.7545.76-
YUV117.06164.08141.51-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.01%
GREEN value IS 95 (37.5% from 255) = 23.06%
BLUE value IS 181 (71.09% from 255) = 43.93%
R=33.01%
G=23.06%
B=43.93%

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
Decimal136951810.250.4800.29268.636.7554.12
Hex885FB5193001D10d2536
Octal21013726531600354154566
Binary1000100010111111011010111001110000011101100001101100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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