Shades of Ce Soir #8D6EA0
Tints of Ce Soir #8D6EA0
RGB
CMYK
RGB Variations
Color information
#8D6EA0 (or 0x8D6EA0) is known color: Ce Soir. HEX triplet: 8D, 6E and A0. RGB value is (141,110,160). Sum of RGB (Red+Green+Blue) = 141+110+160=411 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.31% from 411); Green value is 110 (43.36% from 255 or 26.76% from 411); Blue value is 160 (62.89% from 255 or 38.93% from 411); Max value from RGB is 160 - color contains mainly: blue. Hex color #8D6EA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6EA0 is #72915F. Grayscale: #7C7C7C. Windows color (decimal): -7508320 or 10514061. OLE color: 10514061.
HSL color Cylindrical-coordinate representation of color #8D6EA0: hue angle of 277.2º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8D6EA0 is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 141 | 110 | 160 | - |
| CMYK | 0.12 | 0.31 | 0 | 0.37 |
| HSL | 277.2º | 0.21% | 0.53% | - |
| HSV(B) | 277.2º | 0.31% | 0.63% | - |
| XYZ | 22.91 | 19.35 | 35.79 | - |
| YUV | 124.97 | 147.77 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 110 | 160 | 0.12 | 0.31 | 0 | 0.37 | 277.2 | 0.21 | 0.53 |
| Hex | 8D | 6E | A0 | C | 1F | 0 | 25 | 115 | 15 | 35 |
| Octal | 215 | 156 | 240 | 14 | 37 | 0 | 45 | 425 | 25 | 65 |
| Binary | 10001101 | 1101110 | 10100000 | 1100 | 11111 | 0 | 100101 | 100010101 | 10101 | 110101 |
Color Harmonies of #8D6EA0
Complementary color
Monochromatic Colors of #8D6EA0
Black with #8D6EA0
Text Example
Text Example
White with #8D6EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6EA0; }
p { color: rgb(141,110,160); }
H1.HeaderClassName
{
color: #8D6EA0;
}
.AnyTagClassName
{
color: #8D6EA0;
}
</style>
background-color css
<style>
a { background-color: #8D6EA0; }
a { background-color: rgb(141,110,160); }
div.DivClassName
{
background-color: #8D6EA0;
}
.BgClassName
{
background-color: #8D6EA0;
}
</style>
border-color css
<style>
span { border-color: #8D6EA0; }
span { border-color: rgb(141,110,160); }
td.TdClassName
{
border-color: #8D6EA0;
}
.TagClassName
{
border-color: #8D6EA0;
}
</style>