Shades of Ce Soir #856A92
Tints of Ce Soir #856A92
RGB
CMYK
RGB Variations
Color information
#856A92 (or 0x856A92) is known color: Ce Soir. HEX triplet: 85, 6A and 92. RGB value is (133,106,146). Sum of RGB (Red+Green+Blue) = 133+106+146=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 106 (41.80% from 255 or 27.53% from 385); Blue value is 146 (57.42% from 255 or 37.92% from 385); Max value from RGB is 146 - color contains mainly: blue. Hex color #856A92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856A92 is #7A956D. Grayscale: #767676. Windows color (decimal): -8033646 or 9595525. OLE color: 9595525.
HSL color Cylindrical-coordinate representation of color #856A92: hue angle of 280.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #856A92 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 133 | 106 | 146 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.43 |
| HSL | 280.5º | 0.16% | 0.49% | - |
| HSV(B) | 280.5º | 0.27% | 0.57% | - |
| XYZ | 20.02 | 17.37 | 29.49 | - |
| YUV | 118.63 | 143.45 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 106 | 146 | 0.09 | 0.27 | 0 | 0.43 | 280.5 | 0.16 | 0.49 |
| Hex | 85 | 6A | 92 | 9 | 1B | 0 | 2B | 118 | 10 | 31 |
| Octal | 205 | 152 | 222 | 11 | 33 | 0 | 53 | 430 | 20 | 61 |
| Binary | 10000101 | 1101010 | 10010010 | 1001 | 11011 | 0 | 101011 | 100011000 | 10000 | 110001 |
Color Harmonies of #856A92
Complementary color
Monochromatic Colors of #856A92
Black with #856A92
Text Example
Text Example
White with #856A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856A92; }
p { color: rgb(133,106,146); }
H1.HeaderClassName
{
color: #856A92;
}
.AnyTagClassName
{
color: #856A92;
}
</style>
background-color css
<style>
a { background-color: #856A92; }
a { background-color: rgb(133,106,146); }
div.DivClassName
{
background-color: #856A92;
}
.BgClassName
{
background-color: #856A92;
}
</style>
border-color css
<style>
span { border-color: #856A92; }
span { border-color: rgb(133,106,146); }
td.TdClassName
{
border-color: #856A92;
}
.TagClassName
{
border-color: #856A92;
}
</style>