Shades of Ce Soir #845F99
Tints of Ce Soir #845F99
RGB
CMYK
RGB Variations
Color information
#845F99 (or 0x845F99) is known color: Ce Soir. HEX triplet: 84, 5F and 99. RGB value is (132,95,153). Sum of RGB (Red+Green+Blue) = 132+95+153=380 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.74% from 380); Green value is 95 (37.5% from 255 or 25% from 380); Blue value is 153 (60.16% from 255 or 40.26% from 380); Max value from RGB is 153 - color contains mainly: blue. Hex color #845F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845F99 is #7BA066. Grayscale: #707070. Windows color (decimal): -8101991 or 10051460. OLE color: 10051460.
HSL color Cylindrical-coordinate representation of color #845F99: hue angle of 278.28º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #845F99 is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 132 | 95 | 153 | - |
| CMYK | 0.14 | 0.38 | 0 | 0.4 |
| HSL | 278.28º | 0.23% | 0.49% | - |
| HSV(B) | 278.28º | 0.38% | 0.6% | - |
| XYZ | 19.36 | 15.39 | 32.09 | - |
| YUV | 112.68 | 150.76 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 95 | 153 | 0.14 | 0.38 | 0 | 0.4 | 278.28 | 0.23 | 0.49 |
| Hex | 84 | 5F | 99 | E | 26 | 0 | 28 | 116 | 17 | 31 |
| Octal | 204 | 137 | 231 | 16 | 46 | 0 | 50 | 426 | 27 | 61 |
| Binary | 10000100 | 1011111 | 10011001 | 1110 | 100110 | 0 | 101000 | 100010110 | 10111 | 110001 |
Color Harmonies of #845F99
Complementary color
Monochromatic Colors of #845F99
Black with #845F99
Text Example
Text Example
White with #845F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845F99; }
p { color: rgb(132,95,153); }
H1.HeaderClassName
{
color: #845F99;
}
.AnyTagClassName
{
color: #845F99;
}
</style>
background-color css
<style>
a { background-color: #845F99; }
a { background-color: rgb(132,95,153); }
div.DivClassName
{
background-color: #845F99;
}
.BgClassName
{
background-color: #845F99;
}
</style>
border-color css
<style>
span { border-color: #845F99; }
span { border-color: rgb(132,95,153); }
td.TdClassName
{
border-color: #845F99;
}
.TagClassName
{
border-color: #845F99;
}
</style>