Shades of Ce Soir #886E95
Tints of Ce Soir #886E95
RGB
CMYK
RGB Variations
Color information
#886E95 (or 0x886E95) is known color: Ce Soir. HEX triplet: 88, 6E and 95. RGB value is (136,110,149). Sum of RGB (Red+Green+Blue) = 136+110+149=395 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.43% from 395); Green value is 110 (43.36% from 255 or 27.85% from 395); Blue value is 149 (58.59% from 255 or 37.72% from 395); Max value from RGB is 149 - color contains mainly: blue. Hex color #886E95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886E95 is #77916A. Grayscale: #7A7A7A. Windows color (decimal): -7836011 or 9793160. OLE color: 9793160.
HSL color Cylindrical-coordinate representation of color #886E95: hue angle of 280º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #886E95 is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 110 | 149 | - |
| CMYK | 0.09 | 0.26 | 0 | 0.42 |
| HSL | 280º | 0.16% | 0.51% | - |
| HSV(B) | 280º | 0.26% | 0.58% | - |
| XYZ | 21.15 | 18.56 | 30.9 | - |
| YUV | 122.22 | 143.11 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 110 | 149 | 0.09 | 0.26 | 0 | 0.42 | 280 | 0.16 | 0.51 |
| Hex | 88 | 6E | 95 | 9 | 1A | 0 | 2A | 118 | 10 | 33 |
| Octal | 210 | 156 | 225 | 11 | 32 | 0 | 52 | 430 | 20 | 63 |
| Binary | 10001000 | 1101110 | 10010101 | 1001 | 11010 | 0 | 101010 | 100011000 | 10000 | 110011 |
Color Harmonies of #886E95
Complementary color
Monochromatic Colors of #886E95
Black with #886E95
Text Example
Text Example
White with #886E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886E95; }
p { color: rgb(136,110,149); }
H1.HeaderClassName
{
color: #886E95;
}
.AnyTagClassName
{
color: #886E95;
}
</style>
background-color css
<style>
a { background-color: #886E95; }
a { background-color: rgb(136,110,149); }
div.DivClassName
{
background-color: #886E95;
}
.BgClassName
{
background-color: #886E95;
}
</style>
border-color css
<style>
span { border-color: #886E95; }
span { border-color: rgb(136,110,149); }
td.TdClassName
{
border-color: #886E95;
}
.TagClassName
{
border-color: #886E95;
}
</style>