Shades of Ce Soir #8C749A
Tints of Ce Soir #8C749A
RGB
CMYK
RGB Variations
Color information
#8C749A (or 0x8C749A) is known color: Ce Soir. HEX triplet: 8C, 74 and 9A. RGB value is (140,116,154). Sum of RGB (Red+Green+Blue) = 140+116+154=410 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.15% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 154 (60.55% from 255 or 37.56% from 410); Max value from RGB is 154 - color contains mainly: blue. Hex color #8C749A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C749A is #738B65. Grayscale: #7F7F7F. Windows color (decimal): -7572326 or 10122380. OLE color: 10122380.
HSL color Cylindrical-coordinate representation of color #8C749A: hue angle of 277.89º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8C749A is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 140 | 116 | 154 | - |
| CMYK | 0.09 | 0.25 | 0 | 0.40 |
| HSL | 277.89º | 0.16% | 0.53% | - |
| HSV(B) | 277.89º | 0.25% | 0.6% | - |
| XYZ | 22.89 | 20.4 | 33.3 | - |
| YUV | 127.51 | 142.95 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 116 | 154 | 0.09 | 0.25 | 0 | 0.40 | 277.89 | 0.16 | 0.53 |
| Hex | 8C | 74 | 9A | 9 | 19 | 0 | 28 | 116 | 10 | 35 |
| Octal | 214 | 164 | 232 | 11 | 31 | 0 | 50 | 426 | 20 | 65 |
| Binary | 10001100 | 1110100 | 10011010 | 1001 | 11001 | 0 | 101000 | 100010110 | 10000 | 110101 |
Color Harmonies of #8C749A
Complementary color
Monochromatic Colors of #8C749A
Black with #8C749A
Text Example
Text Example
White with #8C749A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C749A; }
p { color: rgb(140,116,154); }
H1.HeaderClassName
{
color: #8C749A;
}
.AnyTagClassName
{
color: #8C749A;
}
</style>
background-color css
<style>
a { background-color: #8C749A; }
a { background-color: rgb(140,116,154); }
div.DivClassName
{
background-color: #8C749A;
}
.BgClassName
{
background-color: #8C749A;
}
</style>
border-color css
<style>
span { border-color: #8C749A; }
span { border-color: rgb(140,116,154); }
td.TdClassName
{
border-color: #8C749A;
}
.TagClassName
{
border-color: #8C749A;
}
</style>