Shades of Ce Soir #846B93
Tints of Ce Soir #846B93
RGB
CMYK
RGB Variations
Color information
#846B93 (or 0x846B93) is known color: Ce Soir. HEX triplet: 84, 6B and 93. RGB value is (132,107,147). Sum of RGB (Red+Green+Blue) = 132+107+147=386 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.20% from 386); Green value is 107 (42.19% from 255 or 27.72% from 386); Blue value is 147 (57.81% from 255 or 38.08% from 386); Max value from RGB is 147 - color contains mainly: blue. Hex color #846B93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846B93 is #7B946C. Grayscale: #767676. Windows color (decimal): -8098925 or 9661316. OLE color: 9661316.
HSL color Cylindrical-coordinate representation of color #846B93: hue angle of 277.5º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #846B93 is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 132 | 107 | 147 | - |
| CMYK | 0.10 | 0.27 | 0 | 0.42 |
| HSL | 277.5º | 0.16% | 0.5% | - |
| HSV(B) | 277.5º | 0.27% | 0.58% | - |
| XYZ | 20.04 | 17.53 | 29.93 | - |
| YUV | 119.04 | 143.78 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 107 | 147 | 0.10 | 0.27 | 0 | 0.42 | 277.5 | 0.16 | 0.5 |
| Hex | 84 | 6B | 93 | A | 1B | 0 | 2A | 116 | 10 | 32 |
| Octal | 204 | 153 | 223 | 12 | 33 | 0 | 52 | 426 | 20 | 62 |
| Binary | 10000100 | 1101011 | 10010011 | 1010 | 11011 | 0 | 101010 | 100010110 | 10000 | 110010 |
Color Harmonies of #846B93
Complementary color
Monochromatic Colors of #846B93
Black with #846B93
Text Example
Text Example
White with #846B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846B93; }
p { color: rgb(132,107,147); }
H1.HeaderClassName
{
color: #846B93;
}
.AnyTagClassName
{
color: #846B93;
}
</style>
background-color css
<style>
a { background-color: #846B93; }
a { background-color: rgb(132,107,147); }
div.DivClassName
{
background-color: #846B93;
}
.BgClassName
{
background-color: #846B93;
}
</style>
border-color css
<style>
span { border-color: #846B93; }
span { border-color: rgb(132,107,147); }
td.TdClassName
{
border-color: #846B93;
}
.TagClassName
{
border-color: #846B93;
}
</style>