Shades of Ce Soir #8E6EA0
Tints of Ce Soir #8E6EA0
RGB
CMYK
RGB Variations
Color information
#8E6EA0 (or 0x8E6EA0) is known color: Ce Soir. HEX triplet: 8E, 6E and A0. RGB value is (142,110,160). Sum of RGB (Red+Green+Blue) = 142+110+160=412 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.47% from 412); Green value is 110 (43.36% from 255 or 26.70% from 412); Blue value is 160 (62.89% from 255 or 38.83% from 412); Max value from RGB is 160 - color contains mainly: blue. Hex color #8E6EA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6EA0 is #71915F. Grayscale: #7D7D7D. Windows color (decimal): -7442784 or 10514062. OLE color: 10514062.
HSL color Cylindrical-coordinate representation of color #8E6EA0: hue angle of 278.4º 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 #8E6EA0 is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 142 | 110 | 160 | - |
| CMYK | 0.11 | 0.31 | 0 | 0.37 |
| HSL | 278.4º | 0.21% | 0.53% | - |
| HSV(B) | 278.4º | 0.31% | 0.63% | - |
| XYZ | 23.08 | 19.44 | 35.79 | - |
| YUV | 125.27 | 147.6 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 110 | 160 | 0.11 | 0.31 | 0 | 0.37 | 278.4 | 0.21 | 0.53 |
| Hex | 8E | 6E | A0 | B | 1F | 0 | 25 | 116 | 15 | 35 |
| Octal | 216 | 156 | 240 | 13 | 37 | 0 | 45 | 426 | 25 | 65 |
| Binary | 10001110 | 1101110 | 10100000 | 1011 | 11111 | 0 | 100101 | 100010110 | 10101 | 110101 |
Color Harmonies of #8E6EA0
Complementary color
Monochromatic Colors of #8E6EA0
Black with #8E6EA0
Text Example
Text Example
White with #8E6EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6EA0; }
p { color: rgb(142,110,160); }
H1.HeaderClassName
{
color: #8E6EA0;
}
.AnyTagClassName
{
color: #8E6EA0;
}
</style>
background-color css
<style>
a { background-color: #8E6EA0; }
a { background-color: rgb(142,110,160); }
div.DivClassName
{
background-color: #8E6EA0;
}
.BgClassName
{
background-color: #8E6EA0;
}
</style>
border-color css
<style>
span { border-color: #8E6EA0; }
span { border-color: rgb(142,110,160); }
td.TdClassName
{
border-color: #8E6EA0;
}
.TagClassName
{
border-color: #8E6EA0;
}
</style>