#885EBE

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

Shades of Lilac Bush #885EBE

Tints of Lilac Bush #885EBE

Color information

#885EBE (or 0x885EBE) is unknown color: approx Lilac Bush. HEX triplet: 88, 5E and BE. RGB value is (136,94,190). Sum of RGB (Red+Green+Blue) = 136+94+190=420 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.38% from 420); Green value is 94 (37.11% from 255 or 22.38% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 190 - color contains mainly: blue. Hex color #885EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885EBE is #77A141. Grayscale: #757575. Windows color (decimal): -7840066 or 12476040. OLE color: 12476040.

HSL color Cylindrical-coordinate representation of color #885EBE: hue angle of 266.25º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #885EBE is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13694190-
CMYK0.280.5100.25
HSL266.25º42.48%55.69%-
HSV(B)266.25º50.53%74.51%-
XYZ23.4516.9650.75-
YUV117.5168.91141.19-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.38%
GREEN value IS 94 (37.11% from 255) = 22.38%
BLUE value IS 190 (74.61% from 255) = 45.24%
R=32.38%
G=22.38%
B=45.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal136941900.280.5100.25266.2542.4855.69
Hex885EBE1C3301910a2a38
Octal21013627634630314125270
Binary1000100010111101011111011100110011011001100001010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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