Shades of Ce Soir #8C7095
Tints of Ce Soir #8C7095
RGB
CMYK
RGB Variations
Color information
#8C7095 (or 0x8C7095) is known color: Ce Soir. HEX triplet: 8C, 70 and 95. RGB value is (140,112,149). Sum of RGB (Red+Green+Blue) = 140+112+149=401 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.91% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 149 - color contains mainly: blue. Hex color #8C7095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7095 is #738F6A. Grayscale: #7C7C7C. Windows color (decimal): -7573355 or 9793676. OLE color: 9793676.
HSL color Cylindrical-coordinate representation of color #8C7095: hue angle of 285.41º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8C7095 is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 112 | 149 | - |
| CMYK | 0.06 | 0.25 | 0 | 0.42 |
| HSL | 285.41º | 0.15% | 0.51% | - |
| HSV(B) | 285.41º | 0.25% | 0.58% | - |
| XYZ | 22.03 | 19.33 | 31 | - |
| YUV | 124.59 | 141.78 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 112 | 149 | 0.06 | 0.25 | 0 | 0.42 | 285.41 | 0.15 | 0.51 |
| Hex | 8C | 70 | 95 | 6 | 19 | 0 | 2A | 11D | F | 33 |
| Octal | 214 | 160 | 225 | 6 | 31 | 0 | 52 | 435 | 17 | 63 |
| Binary | 10001100 | 1110000 | 10010101 | 110 | 11001 | 0 | 101010 | 100011101 | 1111 | 110011 |
Color Harmonies of #8C7095
Complementary color
Monochromatic Colors of #8C7095
Black with #8C7095
Text Example
Text Example
White with #8C7095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7095; }
p { color: rgb(140,112,149); }
H1.HeaderClassName
{
color: #8C7095;
}
.AnyTagClassName
{
color: #8C7095;
}
</style>
background-color css
<style>
a { background-color: #8C7095; }
a { background-color: rgb(140,112,149); }
div.DivClassName
{
background-color: #8C7095;
}
.BgClassName
{
background-color: #8C7095;
}
</style>
border-color css
<style>
span { border-color: #8C7095; }
span { border-color: rgb(140,112,149); }
td.TdClassName
{
border-color: #8C7095;
}
.TagClassName
{
border-color: #8C7095;
}
</style>