Shades of Ce Soir #856C95
Tints of Ce Soir #856C95
RGB
CMYK
RGB Variations
Color information
#856C95 (or 0x856C95) is known color: Ce Soir. HEX triplet: 85, 6C and 95. RGB value is (133,108,149). Sum of RGB (Red+Green+Blue) = 133+108+149=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 108 (42.58% from 255 or 27.69% from 390); Blue value is 149 (58.59% from 255 or 38.21% from 390); Max value from RGB is 149 - color contains mainly: blue. Hex color #856C95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856C95 is #7A936A. Grayscale: #787878. Windows color (decimal): -8033131 or 9792645. OLE color: 9792645.
HSL color Cylindrical-coordinate representation of color #856C95: hue angle of 276.59º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #856C95 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 108 | 149 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.42 |
| HSL | 276.59º | 0.16% | 0.5% | - |
| HSV(B) | 276.59º | 0.28% | 0.58% | - |
| XYZ | 20.46 | 17.88 | 30.81 | - |
| YUV | 120.15 | 144.28 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 108 | 149 | 0.11 | 0.28 | 0 | 0.42 | 276.59 | 0.16 | 0.5 |
| Hex | 85 | 6C | 95 | B | 1C | 0 | 2A | 115 | 10 | 32 |
| Octal | 205 | 154 | 225 | 13 | 34 | 0 | 52 | 425 | 20 | 62 |
| Binary | 10000101 | 1101100 | 10010101 | 1011 | 11100 | 0 | 101010 | 100010101 | 10000 | 110010 |
Color Harmonies of #856C95
Complementary color
Monochromatic Colors of #856C95
Black with #856C95
Text Example
Text Example
White with #856C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856C95; }
p { color: rgb(133,108,149); }
H1.HeaderClassName
{
color: #856C95;
}
.AnyTagClassName
{
color: #856C95;
}
</style>
background-color css
<style>
a { background-color: #856C95; }
a { background-color: rgb(133,108,149); }
div.DivClassName
{
background-color: #856C95;
}
.BgClassName
{
background-color: #856C95;
}
</style>
border-color css
<style>
span { border-color: #856C95; }
span { border-color: rgb(133,108,149); }
td.TdClassName
{
border-color: #856C95;
}
.TagClassName
{
border-color: #856C95;
}
</style>