Shades of Ce Soir #8D699F
Tints of Ce Soir #8D699F
RGB
CMYK
RGB Variations
Color information
#8D699F (or 0x8D699F) is known color: Ce Soir. HEX triplet: 8D, 69 and 9F. RGB value is (141,105,159). Sum of RGB (Red+Green+Blue) = 141+105+159=405 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.81% from 405); Green value is 105 (41.41% from 255 or 25.93% from 405); Blue value is 159 (62.5% from 255 or 39.26% from 405); Max value from RGB is 159 - color contains mainly: blue. Hex color #8D699F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D699F is #729660. Grayscale: #797979. Windows color (decimal): -7509601 or 10447245. OLE color: 10447245.
HSL color Cylindrical-coordinate representation of color #8D699F: hue angle of 280º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8D699F is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 141 | 105 | 159 | - |
| CMYK | 0.11 | 0.34 | 0 | 0.38 |
| HSL | 280º | 0.22% | 0.52% | - |
| HSV(B) | 280º | 0.34% | 0.62% | - |
| XYZ | 22.29 | 18.27 | 35.15 | - |
| YUV | 121.92 | 148.93 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 105 | 159 | 0.11 | 0.34 | 0 | 0.38 | 280 | 0.22 | 0.52 |
| Hex | 8D | 69 | 9F | B | 22 | 0 | 26 | 118 | 16 | 34 |
| Octal | 215 | 151 | 237 | 13 | 42 | 0 | 46 | 430 | 26 | 64 |
| Binary | 10001101 | 1101001 | 10011111 | 1011 | 100010 | 0 | 100110 | 100011000 | 10110 | 110100 |
Color Harmonies of #8D699F
Complementary color
Monochromatic Colors of #8D699F
Black with #8D699F
Text Example
Text Example
White with #8D699F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D699F; }
p { color: rgb(141,105,159); }
H1.HeaderClassName
{
color: #8D699F;
}
.AnyTagClassName
{
color: #8D699F;
}
</style>
background-color css
<style>
a { background-color: #8D699F; }
a { background-color: rgb(141,105,159); }
div.DivClassName
{
background-color: #8D699F;
}
.BgClassName
{
background-color: #8D699F;
}
</style>
border-color css
<style>
span { border-color: #8D699F; }
span { border-color: rgb(141,105,159); }
td.TdClassName
{
border-color: #8D699F;
}
.TagClassName
{
border-color: #8D699F;
}
</style>