Shades of Ce Soir #845E99
Tints of Ce Soir #845E99
RGB
CMYK
RGB Variations
Color information
#845E99 (or 0x845E99) is known color: Ce Soir. HEX triplet: 84, 5E and 99. RGB value is (132,94,153). Sum of RGB (Red+Green+Blue) = 132+94+153=379 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.83% from 379); Green value is 94 (37.11% from 255 or 24.80% from 379); Blue value is 153 (60.16% from 255 or 40.37% from 379); Max value from RGB is 153 - color contains mainly: blue. Hex color #845E99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845E99 is #7BA166. Grayscale: #6F6F6F. Windows color (decimal): -8102247 or 10051204. OLE color: 10051204.
HSL color Cylindrical-coordinate representation of color #845E99: hue angle of 278.64º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #845E99 is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 132 | 94 | 153 | - |
| CMYK | 0.14 | 0.39 | 0 | 0.4 |
| HSL | 278.64º | 0.24% | 0.48% | - |
| HSV(B) | 278.64º | 0.39% | 0.6% | - |
| XYZ | 19.27 | 15.21 | 32.06 | - |
| YUV | 112.09 | 151.09 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 94 | 153 | 0.14 | 0.39 | 0 | 0.4 | 278.64 | 0.24 | 0.48 |
| Hex | 84 | 5E | 99 | E | 27 | 0 | 28 | 117 | 18 | 30 |
| Octal | 204 | 136 | 231 | 16 | 47 | 0 | 50 | 427 | 30 | 60 |
| Binary | 10000100 | 1011110 | 10011001 | 1110 | 100111 | 0 | 101000 | 100010111 | 11000 | 110000 |
Color Harmonies of #845E99
Complementary color
Monochromatic Colors of #845E99
Black with #845E99
Text Example
Text Example
White with #845E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845E99; }
p { color: rgb(132,94,153); }
H1.HeaderClassName
{
color: #845E99;
}
.AnyTagClassName
{
color: #845E99;
}
</style>
background-color css
<style>
a { background-color: #845E99; }
a { background-color: rgb(132,94,153); }
div.DivClassName
{
background-color: #845E99;
}
.BgClassName
{
background-color: #845E99;
}
</style>
border-color css
<style>
span { border-color: #845E99; }
span { border-color: rgb(132,94,153); }
td.TdClassName
{
border-color: #845E99;
}
.TagClassName
{
border-color: #845E99;
}
</style>