Shades of Ce Soir #846A99
Tints of Ce Soir #846A99
RGB
CMYK
RGB Variations
Color information
#846A99 (or 0x846A99) is known color: Ce Soir. HEX triplet: 84, 6A and 99. RGB value is (132,106,153). Sum of RGB (Red+Green+Blue) = 132+106+153=391 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.76% from 391); Green value is 106 (41.80% from 255 or 27.11% from 391); Blue value is 153 (60.16% from 255 or 39.13% from 391); Max value from RGB is 153 - color contains mainly: blue. Hex color #846A99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846A99 is #7B9566. Grayscale: #767676. Windows color (decimal): -8099175 or 10054276. OLE color: 10054276.
HSL color Cylindrical-coordinate representation of color #846A99: hue angle of 273.19º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #846A99 is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 132 | 106 | 153 | - |
| CMYK | 0.14 | 0.31 | 0 | 0.4 |
| HSL | 273.19º | 0.19% | 0.51% | - |
| HSV(B) | 273.19º | 0.31% | 0.6% | - |
| XYZ | 20.42 | 17.51 | 32.44 | - |
| YUV | 119.13 | 147.11 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 106 | 153 | 0.14 | 0.31 | 0 | 0.4 | 273.19 | 0.19 | 0.51 |
| Hex | 84 | 6A | 99 | E | 1F | 0 | 28 | 111 | 13 | 33 |
| Octal | 204 | 152 | 231 | 16 | 37 | 0 | 50 | 421 | 23 | 63 |
| Binary | 10000100 | 1101010 | 10011001 | 1110 | 11111 | 0 | 101000 | 100010001 | 10011 | 110011 |
Color Harmonies of #846A99
Complementary color
Monochromatic Colors of #846A99
Black with #846A99
Text Example
Text Example
White with #846A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846A99; }
p { color: rgb(132,106,153); }
H1.HeaderClassName
{
color: #846A99;
}
.AnyTagClassName
{
color: #846A99;
}
</style>
background-color css
<style>
a { background-color: #846A99; }
a { background-color: rgb(132,106,153); }
div.DivClassName
{
background-color: #846A99;
}
.BgClassName
{
background-color: #846A99;
}
</style>
border-color css
<style>
span { border-color: #846A99; }
span { border-color: rgb(132,106,153); }
td.TdClassName
{
border-color: #846A99;
}
.TagClassName
{
border-color: #846A99;
}
</style>