Shades of Ce Soir #8E729A
Tints of Ce Soir #8E729A
RGB
CMYK
RGB Variations
Color information
#8E729A (or 0x8E729A) is known color: Ce Soir. HEX triplet: 8E, 72 and 9A. RGB value is (142,114,154). Sum of RGB (Red+Green+Blue) = 142+114+154=410 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.63% from 410); Green value is 114 (44.92% from 255 or 27.80% 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 #8E729A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E729A is #718D65. Grayscale: #7E7E7E. Windows color (decimal): -7441766 or 10121870. OLE color: 10121870.
HSL color Cylindrical-coordinate representation of color #8E729A: hue angle of 282º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8E729A is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 142 | 114 | 154 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.40 |
| HSL | 282º | 0.17% | 0.53% | - |
| HSV(B) | 282º | 0.26% | 0.6% | - |
| XYZ | 23.01 | 20.12 | 33.24 | - |
| YUV | 126.93 | 143.28 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 114 | 154 | 0.08 | 0.26 | 0 | 0.40 | 282 | 0.17 | 0.53 |
| Hex | 8E | 72 | 9A | 8 | 1A | 0 | 28 | 11A | 11 | 35 |
| Octal | 216 | 162 | 232 | 10 | 32 | 0 | 50 | 432 | 21 | 65 |
| Binary | 10001110 | 1110010 | 10011010 | 1000 | 11010 | 0 | 101000 | 100011010 | 10001 | 110101 |
Color Harmonies of #8E729A
Complementary color
Monochromatic Colors of #8E729A
Black with #8E729A
Text Example
Text Example
White with #8E729A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E729A; }
p { color: rgb(142,114,154); }
H1.HeaderClassName
{
color: #8E729A;
}
.AnyTagClassName
{
color: #8E729A;
}
</style>
background-color css
<style>
a { background-color: #8E729A; }
a { background-color: rgb(142,114,154); }
div.DivClassName
{
background-color: #8E729A;
}
.BgClassName
{
background-color: #8E729A;
}
</style>
border-color css
<style>
span { border-color: #8E729A; }
span { border-color: rgb(142,114,154); }
td.TdClassName
{
border-color: #8E729A;
}
.TagClassName
{
border-color: #8E729A;
}
</style>