Shades of Ce Soir #845D99
Tints of Ce Soir #845D99
RGB
CMYK
RGB Variations
Color information
#845D99 (or 0x845D99) is known color: Ce Soir. HEX triplet: 84, 5D and 99. RGB value is (132,93,153). Sum of RGB (Red+Green+Blue) = 132+93+153=378 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.92% from 378); Green value is 93 (36.72% from 255 or 24.60% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 153 - color contains mainly: blue. Hex color #845D99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845D99 is #7BA266. Grayscale: #6F6F6F. Windows color (decimal): -8102503 or 10050948. OLE color: 10050948.
HSL color Cylindrical-coordinate representation of color #845D99: hue angle of 279º 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 #845D99 is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 132 | 93 | 153 | - |
| CMYK | 0.14 | 0.39 | 0 | 0.4 |
| HSL | 279º | 0.24% | 0.48% | - |
| HSV(B) | 279º | 0.39% | 0.6% | - |
| XYZ | 19.18 | 15.03 | 32.03 | - |
| YUV | 111.5 | 151.42 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 93 | 153 | 0.14 | 0.39 | 0 | 0.4 | 279 | 0.24 | 0.48 |
| Hex | 84 | 5D | 99 | E | 27 | 0 | 28 | 117 | 18 | 30 |
| Octal | 204 | 135 | 231 | 16 | 47 | 0 | 50 | 427 | 30 | 60 |
| Binary | 10000100 | 1011101 | 10011001 | 1110 | 100111 | 0 | 101000 | 100010111 | 11000 | 110000 |
Color Harmonies of #845D99
Complementary color
Monochromatic Colors of #845D99
Black with #845D99
Text Example
Text Example
White with #845D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845D99; }
p { color: rgb(132,93,153); }
H1.HeaderClassName
{
color: #845D99;
}
.AnyTagClassName
{
color: #845D99;
}
</style>
background-color css
<style>
a { background-color: #845D99; }
a { background-color: rgb(132,93,153); }
div.DivClassName
{
background-color: #845D99;
}
.BgClassName
{
background-color: #845D99;
}
</style>
border-color css
<style>
span { border-color: #845D99; }
span { border-color: rgb(132,93,153); }
td.TdClassName
{
border-color: #845D99;
}
.TagClassName
{
border-color: #845D99;
}
</style>