Shades of Ce Soir #856F96
Tints of Ce Soir #856F96
RGB
CMYK
RGB Variations
Color information
#856F96 (or 0x856F96) is known color: Ce Soir. HEX triplet: 85, 6F and 96. RGB value is (133,111,150). Sum of RGB (Red+Green+Blue) = 133+111+150=394 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.76% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 150 (58.98% from 255 or 38.07% from 394); Max value from RGB is 150 - color contains mainly: blue. Hex color #856F96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856F96 is #7A9069. Grayscale: #797979. Windows color (decimal): -8032362 or 9858949. OLE color: 9858949.
HSL color Cylindrical-coordinate representation of color #856F96: hue angle of 273.85º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #856F96 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 133 | 111 | 150 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.41 |
| HSL | 273.85º | 0.16% | 0.51% | - |
| HSV(B) | 273.85º | 0.26% | 0.59% | - |
| XYZ | 20.86 | 18.56 | 31.34 | - |
| YUV | 122.02 | 143.79 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 111 | 150 | 0.11 | 0.26 | 0 | 0.41 | 273.85 | 0.16 | 0.51 |
| Hex | 85 | 6F | 96 | B | 1A | 0 | 29 | 112 | 10 | 33 |
| Octal | 205 | 157 | 226 | 13 | 32 | 0 | 51 | 422 | 20 | 63 |
| Binary | 10000101 | 1101111 | 10010110 | 1011 | 11010 | 0 | 101001 | 100010010 | 10000 | 110011 |
Color Harmonies of #856F96
Complementary color
Monochromatic Colors of #856F96
Black with #856F96
Text Example
Text Example
White with #856F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856F96; }
p { color: rgb(133,111,150); }
H1.HeaderClassName
{
color: #856F96;
}
.AnyTagClassName
{
color: #856F96;
}
</style>
background-color css
<style>
a { background-color: #856F96; }
a { background-color: rgb(133,111,150); }
div.DivClassName
{
background-color: #856F96;
}
.BgClassName
{
background-color: #856F96;
}
</style>
border-color css
<style>
span { border-color: #856F96; }
span { border-color: rgb(133,111,150); }
td.TdClassName
{
border-color: #856F96;
}
.TagClassName
{
border-color: #856F96;
}
</style>