Shades of Ce Soir #8D6DA0
Tints of Ce Soir #8D6DA0
RGB
CMYK
RGB Variations
Color information
#8D6DA0 (or 0x8D6DA0) is known color: Ce Soir. HEX triplet: 8D, 6D and A0. RGB value is (141,109,160). Sum of RGB (Red+Green+Blue) = 141+109+160=410 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.39% from 410); Green value is 109 (42.97% from 255 or 26.59% from 410); Blue value is 160 (62.89% from 255 or 39.02% from 410); Max value from RGB is 160 - color contains mainly: blue. Hex color #8D6DA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6DA0 is #72925F. Grayscale: #7C7C7C. Windows color (decimal): -7508576 or 10513805. OLE color: 10513805.
HSL color Cylindrical-coordinate representation of color #8D6DA0: hue angle of 277.65º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8D6DA0 is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 141 | 109 | 160 | - |
| CMYK | 0.12 | 0.32 | 0 | 0.37 |
| HSL | 277.65º | 0.21% | 0.53% | - |
| HSV(B) | 277.65º | 0.32% | 0.63% | - |
| XYZ | 22.8 | 19.14 | 35.75 | - |
| YUV | 124.38 | 148.1 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 109 | 160 | 0.12 | 0.32 | 0 | 0.37 | 277.65 | 0.21 | 0.53 |
| Hex | 8D | 6D | A0 | C | 20 | 0 | 25 | 116 | 15 | 35 |
| Octal | 215 | 155 | 240 | 14 | 40 | 0 | 45 | 426 | 25 | 65 |
| Binary | 10001101 | 1101101 | 10100000 | 1100 | 100000 | 0 | 100101 | 100010110 | 10101 | 110101 |
Color Harmonies of #8D6DA0
Complementary color
Monochromatic Colors of #8D6DA0
Black with #8D6DA0
Text Example
Text Example
White with #8D6DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6DA0; }
p { color: rgb(141,109,160); }
H1.HeaderClassName
{
color: #8D6DA0;
}
.AnyTagClassName
{
color: #8D6DA0;
}
</style>
background-color css
<style>
a { background-color: #8D6DA0; }
a { background-color: rgb(141,109,160); }
div.DivClassName
{
background-color: #8D6DA0;
}
.BgClassName
{
background-color: #8D6DA0;
}
</style>
border-color css
<style>
span { border-color: #8D6DA0; }
span { border-color: rgb(141,109,160); }
td.TdClassName
{
border-color: #8D6DA0;
}
.TagClassName
{
border-color: #8D6DA0;
}
</style>