Shades of Ce Soir #8E5EAC
Tints of Ce Soir #8E5EAC
RGB
CMYK
RGB Variations
Color information
#8E5EAC (or 0x8E5EAC) is known color: Ce Soir. HEX triplet: 8E, 5E and AC. RGB value is (142,94,172). Sum of RGB (Red+Green+Blue) = 142+94+172=408 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.80% from 408); Green value is 94 (37.11% from 255 or 23.04% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 172 - color contains mainly: blue. Hex color #8E5EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5EAC is #71A153. Grayscale: #747474. Windows color (decimal): -7446868 or 11296398. OLE color: 11296398.
HSL color Cylindrical-coordinate representation of color #8E5EAC: hue angle of 276.92º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8E5EAC is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 94 | 172 | - |
| CMYK | 0.17 | 0.45 | 0 | 0.33 |
| HSL | 276.92º | 0.32% | 0.52% | - |
| HSV(B) | 276.92º | 0.45% | 0.67% | - |
| XYZ | 22.6 | 16.73 | 41.07 | - |
| YUV | 117.24 | 158.9 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 94 | 172 | 0.17 | 0.45 | 0 | 0.33 | 276.92 | 0.32 | 0.52 |
| Hex | 8E | 5E | AC | 11 | 2D | 0 | 21 | 115 | 20 | 34 |
| Octal | 216 | 136 | 254 | 21 | 55 | 0 | 41 | 425 | 40 | 64 |
| Binary | 10001110 | 1011110 | 10101100 | 10001 | 101101 | 0 | 100001 | 100010101 | 100000 | 110100 |
Color Harmonies of #8E5EAC
Complementary color
Monochromatic Colors of #8E5EAC
Black with #8E5EAC
Text Example
Text Example
White with #8E5EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5EAC; }
p { color: rgb(142,94,172); }
H1.HeaderClassName
{
color: #8E5EAC;
}
.AnyTagClassName
{
color: #8E5EAC;
}
</style>
background-color css
<style>
a { background-color: #8E5EAC; }
a { background-color: rgb(142,94,172); }
div.DivClassName
{
background-color: #8E5EAC;
}
.BgClassName
{
background-color: #8E5EAC;
}
</style>
border-color css
<style>
span { border-color: #8E5EAC; }
span { border-color: rgb(142,94,172); }
td.TdClassName
{
border-color: #8E5EAC;
}
.TagClassName
{
border-color: #8E5EAC;
}
</style>