Shades of Ce Soir #856D95
Tints of Ce Soir #856D95
RGB
CMYK
RGB Variations
Color information
#856D95 (or 0x856D95) is known color: Ce Soir. HEX triplet: 85, 6D and 95. RGB value is (133,109,149). Sum of RGB (Red+Green+Blue) = 133+109+149=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 109 (42.97% from 255 or 27.88% from 391); Blue value is 149 (58.59% from 255 or 38.11% from 391); Max value from RGB is 149 - color contains mainly: blue. Hex color #856D95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856D95 is #7A926A. Grayscale: #787878. Windows color (decimal): -8032875 or 9792901. OLE color: 9792901.
HSL color Cylindrical-coordinate representation of color #856D95: hue angle of 276º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #856D95 is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 109 | 149 | - |
| CMYK | 0.11 | 0.27 | 0 | 0.42 |
| HSL | 276º | 0.16% | 0.51% | - |
| HSV(B) | 276º | 0.27% | 0.58% | - |
| XYZ | 20.57 | 18.09 | 30.84 | - |
| YUV | 120.74 | 143.95 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 109 | 149 | 0.11 | 0.27 | 0 | 0.42 | 276 | 0.16 | 0.51 |
| Hex | 85 | 6D | 95 | B | 1B | 0 | 2A | 114 | 10 | 33 |
| Octal | 205 | 155 | 225 | 13 | 33 | 0 | 52 | 424 | 20 | 63 |
| Binary | 10000101 | 1101101 | 10010101 | 1011 | 11011 | 0 | 101010 | 100010100 | 10000 | 110011 |
Color Harmonies of #856D95
Complementary color
Monochromatic Colors of #856D95
Black with #856D95
Text Example
Text Example
White with #856D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856D95; }
p { color: rgb(133,109,149); }
H1.HeaderClassName
{
color: #856D95;
}
.AnyTagClassName
{
color: #856D95;
}
</style>
background-color css
<style>
a { background-color: #856D95; }
a { background-color: rgb(133,109,149); }
div.DivClassName
{
background-color: #856D95;
}
.BgClassName
{
background-color: #856D95;
}
</style>
border-color css
<style>
span { border-color: #856D95; }
span { border-color: rgb(133,109,149); }
td.TdClassName
{
border-color: #856D95;
}
.TagClassName
{
border-color: #856D95;
}
</style>