Shades of Ce Soir #8C709E
Tints of Ce Soir #8C709E
RGB
CMYK
RGB Variations
Color information
#8C709E (or 0x8C709E) is known color: Ce Soir. HEX triplet: 8C, 70 and 9E. RGB value is (140,112,158). Sum of RGB (Red+Green+Blue) = 140+112+158=410 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.15% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 158 (62.11% from 255 or 38.54% from 410); Max value from RGB is 158 - color contains mainly: blue. Hex color #8C709E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C709E is #738F61. Grayscale: #7D7D7D. Windows color (decimal): -7573346 or 10383500. OLE color: 10383500.
HSL color Cylindrical-coordinate representation of color #8C709E: hue angle of 276.52º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8C709E is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 112 | 158 | - |
| CMYK | 0.11 | 0.29 | 0 | 0.38 |
| HSL | 276.52º | 0.19% | 0.53% | - |
| HSV(B) | 276.52º | 0.29% | 0.62% | - |
| XYZ | 22.78 | 19.63 | 34.94 | - |
| YUV | 125.62 | 146.28 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 112 | 158 | 0.11 | 0.29 | 0 | 0.38 | 276.52 | 0.19 | 0.53 |
| Hex | 8C | 70 | 9E | B | 1D | 0 | 26 | 115 | 13 | 35 |
| Octal | 214 | 160 | 236 | 13 | 35 | 0 | 46 | 425 | 23 | 65 |
| Binary | 10001100 | 1110000 | 10011110 | 1011 | 11101 | 0 | 100110 | 100010101 | 10011 | 110101 |
Color Harmonies of #8C709E
Complementary color
Monochromatic Colors of #8C709E
Black with #8C709E
Text Example
Text Example
White with #8C709E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C709E; }
p { color: rgb(140,112,158); }
H1.HeaderClassName
{
color: #8C709E;
}
.AnyTagClassName
{
color: #8C709E;
}
</style>
background-color css
<style>
a { background-color: #8C709E; }
a { background-color: rgb(140,112,158); }
div.DivClassName
{
background-color: #8C709E;
}
.BgClassName
{
background-color: #8C709E;
}
</style>
border-color css
<style>
span { border-color: #8C709E; }
span { border-color: rgb(140,112,158); }
td.TdClassName
{
border-color: #8C709E;
}
.TagClassName
{
border-color: #8C709E;
}
</style>