Shades of Ce Soir #8C7096
Tints of Ce Soir #8C7096
RGB
CMYK
RGB Variations
Color information
#8C7096 (or 0x8C7096) is known color: Ce Soir. HEX triplet: 8C, 70 and 96. RGB value is (140,112,150). Sum of RGB (Red+Green+Blue) = 140+112+150=402 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.83% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 150 (58.98% from 255 or 37.31% from 402); Max value from RGB is 150 - color contains mainly: blue. Hex color #8C7096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7096 is #738F69. Grayscale: #7C7C7C. Windows color (decimal): -7573354 or 9859212. OLE color: 9859212.
HSL color Cylindrical-coordinate representation of color #8C7096: hue angle of 284.21º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8C7096 is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 140 | 112 | 150 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.41 |
| HSL | 284.21º | 0.15% | 0.51% | - |
| HSV(B) | 284.21º | 0.25% | 0.59% | - |
| XYZ | 22.11 | 19.37 | 31.43 | - |
| YUV | 124.7 | 142.28 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 112 | 150 | 0.07 | 0.25 | 0 | 0.41 | 284.21 | 0.15 | 0.51 |
| Hex | 8C | 70 | 96 | 7 | 19 | 0 | 29 | 11C | F | 33 |
| Octal | 214 | 160 | 226 | 7 | 31 | 0 | 51 | 434 | 17 | 63 |
| Binary | 10001100 | 1110000 | 10010110 | 111 | 11001 | 0 | 101001 | 100011100 | 1111 | 110011 |
Color Harmonies of #8C7096
Complementary color
Monochromatic Colors of #8C7096
Black with #8C7096
Text Example
Text Example
White with #8C7096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7096; }
p { color: rgb(140,112,150); }
H1.HeaderClassName
{
color: #8C7096;
}
.AnyTagClassName
{
color: #8C7096;
}
</style>
background-color css
<style>
a { background-color: #8C7096; }
a { background-color: rgb(140,112,150); }
div.DivClassName
{
background-color: #8C7096;
}
.BgClassName
{
background-color: #8C7096;
}
</style>
border-color css
<style>
span { border-color: #8C7096; }
span { border-color: rgb(140,112,150); }
td.TdClassName
{
border-color: #8C7096;
}
.TagClassName
{
border-color: #8C7096;
}
</style>