#885FBD

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

Shades of Lilac Bush #885FBD

Tints of Lilac Bush #885FBD

Color information

#885FBD (or 0x885FBD) is unknown color: approx Lilac Bush. HEX triplet: 88, 5F and BD. RGB value is (136,95,189). Sum of RGB (Red+Green+Blue) = 136+95+189=420 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.38% from 420); Green value is 95 (37.5% from 255 or 22.62% from 420); Blue value is 189 (74.22% from 255 or 45% from 420); Max value from RGB is 189 - color contains mainly: blue. Hex color #885FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885FBD is #77A042. Grayscale: #757575. Windows color (decimal): -7839811 or 12410760. OLE color: 12410760.

HSL color Cylindrical-coordinate representation of color #885FBD: hue angle of 266.17º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #885FBD is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13695189-
CMYK0.280.5000.26
HSL266.17º41.59%55.69%-
HSV(B)266.17º49.74%74.12%-
XYZ23.4317.0950.21-
YUV117.98168.08140.86-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.38%
GREEN value IS 95 (37.5% from 255) = 22.62%
BLUE value IS 189 (74.22% from 255) = 45%
R=32.38%
G=22.62%
B=45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal136951890.280.5000.26266.1741.5955.69
Hex885FBD1C3201A10a2a38
Octal21013727534620324125270
Binary1000100010111111011110111100110010011010100001010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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