Shades of Ce Soir #8E709C
Tints of Ce Soir #8E709C
RGB
CMYK
RGB Variations
Color information
#8E709C (or 0x8E709C) is known color: Ce Soir. HEX triplet: 8E, 70 and 9C. RGB value is (142,112,156). Sum of RGB (Red+Green+Blue) = 142+112+156=410 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.63% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 156 (61.33% from 255 or 38.05% from 410); Max value from RGB is 156 - color contains mainly: blue. Hex color #8E709C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E709C is #718F63. Grayscale: #7D7D7D. Windows color (decimal): -7442276 or 10252430. OLE color: 10252430.
HSL color Cylindrical-coordinate representation of color #8E709C: hue angle of 280.91º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8E709C is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 142 | 112 | 156 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.39 |
| HSL | 280.91º | 0.18% | 0.53% | - |
| HSV(B) | 280.91º | 0.28% | 0.61% | - |
| XYZ | 22.95 | 19.74 | 34.05 | - |
| YUV | 125.99 | 144.94 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 112 | 156 | 0.09 | 0.28 | 0 | 0.39 | 280.91 | 0.18 | 0.53 |
| Hex | 8E | 70 | 9C | 9 | 1C | 0 | 27 | 119 | 12 | 35 |
| Octal | 216 | 160 | 234 | 11 | 34 | 0 | 47 | 431 | 22 | 65 |
| Binary | 10001110 | 1110000 | 10011100 | 1001 | 11100 | 0 | 100111 | 100011001 | 10010 | 110101 |
Color Harmonies of #8E709C
Complementary color
Monochromatic Colors of #8E709C
Black with #8E709C
Text Example
Text Example
White with #8E709C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E709C; }
p { color: rgb(142,112,156); }
H1.HeaderClassName
{
color: #8E709C;
}
.AnyTagClassName
{
color: #8E709C;
}
</style>
background-color css
<style>
a { background-color: #8E709C; }
a { background-color: rgb(142,112,156); }
div.DivClassName
{
background-color: #8E709C;
}
.BgClassName
{
background-color: #8E709C;
}
</style>
border-color css
<style>
span { border-color: #8E709C; }
span { border-color: rgb(142,112,156); }
td.TdClassName
{
border-color: #8E709C;
}
.TagClassName
{
border-color: #8E709C;
}
</style>