#886D9B

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

Shades of Ce Soir #886D9B

Tints of Ce Soir #886D9B

Color information

#886D9B (or 0x886D9B) is unknown color: approx Ce Soir. HEX triplet: 88, 6D and 9B. RGB value is (136,109,155). Sum of RGB (Red+Green+Blue) = 136+109+155=400 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34% from 400); Green value is 109 (42.97% from 255 or 27.25% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 155 - color contains mainly: blue. Hex color #886D9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886D9B is #779264. Grayscale: #7A7A7A. Windows color (decimal): -7836261 or 10186120. OLE color: 10186120.

HSL color Cylindrical-coordinate representation of color #886D9B: hue angle of 275.22º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #886D9B is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB136109155-
CMYK0.120.3000.39
HSL275.22º18.7%51.76%-
HSV(B)275.22º29.68%60.78%-
XYZ21.5418.5433.45-
YUV122.32146.45137.76-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34%
GREEN value IS 109 (42.97% from 255) = 27.25%
BLUE value IS 155 (60.94% from 255) = 38.75%
R=34%
G=27.25%
B=38.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1361091550.120.3000.39275.2218.751.76
Hex886D9BC1E0271131334
Octal21015523314360474232364
Binary10001000110110110011011110011110010011110001001110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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