Shades of Ce Soir #8C699A
Tints of Ce Soir #8C699A
RGB
CMYK
RGB Variations
Color information
#8C699A (or 0x8C699A) is known color: Ce Soir. HEX triplet: 8C, 69 and 9A. RGB value is (140,105,154). Sum of RGB (Red+Green+Blue) = 140+105+154=399 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.09% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 154 (60.55% from 255 or 38.60% from 399); Max value from RGB is 154 - color contains mainly: blue. Hex color #8C699A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C699A is #739665. Grayscale: #787878. Windows color (decimal): -7575142 or 10119564. OLE color: 10119564.
HSL color Cylindrical-coordinate representation of color #8C699A: hue angle of 282.86º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8C699A is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 140 | 105 | 154 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.40 |
| HSL | 282.86º | 0.2% | 0.51% | - |
| HSV(B) | 282.86º | 0.32% | 0.6% | - |
| XYZ | 21.7 | 18.01 | 32.9 | - |
| YUV | 121.05 | 146.6 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 105 | 154 | 0.09 | 0.32 | 0 | 0.40 | 282.86 | 0.2 | 0.51 |
| Hex | 8C | 69 | 9A | 9 | 20 | 0 | 28 | 11B | 14 | 33 |
| Octal | 214 | 151 | 232 | 11 | 40 | 0 | 50 | 433 | 24 | 63 |
| Binary | 10001100 | 1101001 | 10011010 | 1001 | 100000 | 0 | 101000 | 100011011 | 10100 | 110011 |
Color Harmonies of #8C699A
Complementary color
Monochromatic Colors of #8C699A
Black with #8C699A
Text Example
Text Example
White with #8C699A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C699A; }
p { color: rgb(140,105,154); }
H1.HeaderClassName
{
color: #8C699A;
}
.AnyTagClassName
{
color: #8C699A;
}
</style>
background-color css
<style>
a { background-color: #8C699A; }
a { background-color: rgb(140,105,154); }
div.DivClassName
{
background-color: #8C699A;
}
.BgClassName
{
background-color: #8C699A;
}
</style>
border-color css
<style>
span { border-color: #8C699A; }
span { border-color: rgb(140,105,154); }
td.TdClassName
{
border-color: #8C699A;
}
.TagClassName
{
border-color: #8C699A;
}
</style>