Shades of Ce Soir #8E6EA9
Tints of Ce Soir #8E6EA9
RGB
CMYK
RGB Variations
Color information
#8E6EA9 (or 0x8E6EA9) is known color: Ce Soir. HEX triplet: 8E, 6E and A9. RGB value is (142,110,169). Sum of RGB (Red+Green+Blue) = 142+110+169=421 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.73% from 421); Green value is 110 (43.36% from 255 or 26.13% from 421); Blue value is 169 (66.41% from 255 or 40.14% from 421); Max value from RGB is 169 - color contains mainly: blue. Hex color #8E6EA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6EA9 is #719156. Grayscale: #7E7E7E. Windows color (decimal): -7442775 or 11103886. OLE color: 11103886.
HSL color Cylindrical-coordinate representation of color #8E6EA9: hue angle of 272.54º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8E6EA9 is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 142 | 110 | 169 | - |
| CMYK | 0.16 | 0.35 | 0 | 0.34 |
| HSL | 272.54º | 0.26% | 0.55% | - |
| HSV(B) | 272.54º | 0.35% | 0.66% | - |
| XYZ | 23.89 | 19.77 | 40.09 | - |
| YUV | 126.29 | 152.1 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 110 | 169 | 0.16 | 0.35 | 0 | 0.34 | 272.54 | 0.26 | 0.55 |
| Hex | 8E | 6E | A9 | 10 | 23 | 0 | 22 | 111 | 1A | 37 |
| Octal | 216 | 156 | 251 | 20 | 43 | 0 | 42 | 421 | 32 | 67 |
| Binary | 10001110 | 1101110 | 10101001 | 10000 | 100011 | 0 | 100010 | 100010001 | 11010 | 110111 |
Color Harmonies of #8E6EA9
Complementary color
Monochromatic Colors of #8E6EA9
Black with #8E6EA9
Text Example
Text Example
White with #8E6EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6EA9; }
p { color: rgb(142,110,169); }
H1.HeaderClassName
{
color: #8E6EA9;
}
.AnyTagClassName
{
color: #8E6EA9;
}
</style>
background-color css
<style>
a { background-color: #8E6EA9; }
a { background-color: rgb(142,110,169); }
div.DivClassName
{
background-color: #8E6EA9;
}
.BgClassName
{
background-color: #8E6EA9;
}
</style>
border-color css
<style>
span { border-color: #8E6EA9; }
span { border-color: rgb(142,110,169); }
td.TdClassName
{
border-color: #8E6EA9;
}
.TagClassName
{
border-color: #8E6EA9;
}
</style>