Shades of Ce Soir #866D91
Tints of Ce Soir #866D91
RGB
CMYK
RGB Variations
Color information
#866D91 (or 0x866D91) is known color: Ce Soir. HEX triplet: 86, 6D and 91. RGB value is (134,109,145). Sum of RGB (Red+Green+Blue) = 134+109+145=388 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.54% from 388); Green value is 109 (42.97% from 255 or 28.09% from 388); Blue value is 145 (57.03% from 255 or 37.37% from 388); Max value from RGB is 145 - color contains mainly: blue. Hex color #866D91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866D91 is #79926E. Grayscale: #787878. Windows color (decimal): -7967343 or 9530758. OLE color: 9530758.
HSL color Cylindrical-coordinate representation of color #866D91: hue angle of 281.67º 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 #866D91 is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 134 | 109 | 145 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.43 |
| HSL | 281.67º | 0.14% | 0.5% | - |
| HSV(B) | 281.67º | 0.25% | 0.57% | - |
| XYZ | 20.41 | 18.05 | 29.2 | - |
| YUV | 120.58 | 141.78 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 109 | 145 | 0.08 | 0.25 | 0 | 0.43 | 281.67 | 0.14 | 0.5 |
| Hex | 86 | 6D | 91 | 8 | 19 | 0 | 2B | 11A | E | 32 |
| Octal | 206 | 155 | 221 | 10 | 31 | 0 | 53 | 432 | 16 | 62 |
| Binary | 10000110 | 1101101 | 10010001 | 1000 | 11001 | 0 | 101011 | 100011010 | 1110 | 110010 |
Color Harmonies of #866D91
Complementary color
Monochromatic Colors of #866D91
Black with #866D91
Text Example
Text Example
White with #866D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866D91; }
p { color: rgb(134,109,145); }
H1.HeaderClassName
{
color: #866D91;
}
.AnyTagClassName
{
color: #866D91;
}
</style>
background-color css
<style>
a { background-color: #866D91; }
a { background-color: rgb(134,109,145); }
div.DivClassName
{
background-color: #866D91;
}
.BgClassName
{
background-color: #866D91;
}
</style>
border-color css
<style>
span { border-color: #866D91; }
span { border-color: rgb(134,109,145); }
td.TdClassName
{
border-color: #866D91;
}
.TagClassName
{
border-color: #866D91;
}
</style>