#886D91

Color #886D91 Ce Soir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ce Soir #886D91

Tints of Ce Soir #886D91

Color information

#886D91 (or 0x886D91) is unknown color: approx Ce Soir. HEX triplet: 88, 6D and 91. RGB value is (136,109,145). Sum of RGB (Red+Green+Blue) = 136+109+145=390 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.87% from 390); Green value is 109 (42.97% from 255 or 27.95% from 390); Blue value is 145 (57.03% from 255 or 37.18% from 390); Max value from RGB is 145 - color contains mainly: blue. Hex color #886D91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886D91 is #77926E. Grayscale: #797979. Windows color (decimal): -7836271 or 9530760. OLE color: 9530760.

HSL color Cylindrical-coordinate representation of color #886D91: hue angle of 285º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #886D91 is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB136109145-
CMYK0.060.2500.43
HSL285º14.17%49.8%-
HSV(B)285º24.83%56.86%-
XYZ20.7318.2229.21-
YUV121.18141.45138.57-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.87%
GREEN value IS 109 (42.97% from 255) = 27.95%
BLUE value IS 145 (57.03% from 255) = 37.18%
R=34.87%
G=27.95%
B=37.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1361091450.060.2500.4328514.1749.8
Hex886D9161902B11de32
Octal2101552216310534351662
Binary100010001101101100100011101100101010111000111011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886D91; }

 p { color: rgb(136,109,145); }

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

<style>
 a { background-color: #886D91; }

 a { background-color: rgb(136,109,145); }

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

<style>
 span { border-color: #886D91; }

 span { border-color: rgb(136,109,145); }

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