Shades of Ce Soir #8D699A
Tints of Ce Soir #8D699A
RGB
CMYK
RGB Variations
Color information
#8D699A (or 0x8D699A) is known color: Ce Soir. HEX triplet: 8D, 69 and 9A. RGB value is (141,105,154). Sum of RGB (Red+Green+Blue) = 141+105+154=400 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.25% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 154 (60.55% from 255 or 38.5% from 400); Max value from RGB is 154 - color contains mainly: blue. Hex color #8D699A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D699A is #729665. Grayscale: #797979. Windows color (decimal): -7509606 or 10119565. OLE color: 10119565.
HSL color Cylindrical-coordinate representation of color #8D699A: hue angle of 284.08º 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 #8D699A is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 141 | 105 | 154 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.40 |
| HSL | 284.08º | 0.2% | 0.51% | - |
| HSV(B) | 284.08º | 0.32% | 0.6% | - |
| XYZ | 21.87 | 18.1 | 32.91 | - |
| YUV | 121.35 | 146.43 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 105 | 154 | 0.08 | 0.32 | 0 | 0.40 | 284.08 | 0.2 | 0.51 |
| Hex | 8D | 69 | 9A | 8 | 20 | 0 | 28 | 11C | 14 | 33 |
| Octal | 215 | 151 | 232 | 10 | 40 | 0 | 50 | 434 | 24 | 63 |
| Binary | 10001101 | 1101001 | 10011010 | 1000 | 100000 | 0 | 101000 | 100011100 | 10100 | 110011 |
Color Harmonies of #8D699A
Complementary color
Monochromatic Colors of #8D699A
Black with #8D699A
Text Example
Text Example
White with #8D699A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D699A; }
p { color: rgb(141,105,154); }
H1.HeaderClassName
{
color: #8D699A;
}
.AnyTagClassName
{
color: #8D699A;
}
</style>
background-color css
<style>
a { background-color: #8D699A; }
a { background-color: rgb(141,105,154); }
div.DivClassName
{
background-color: #8D699A;
}
.BgClassName
{
background-color: #8D699A;
}
</style>
border-color css
<style>
span { border-color: #8D699A; }
span { border-color: rgb(141,105,154); }
td.TdClassName
{
border-color: #8D699A;
}
.TagClassName
{
border-color: #8D699A;
}
</style>