Shades of Ce Soir #8E5EAB
Tints of Ce Soir #8E5EAB
RGB
CMYK
RGB Variations
Color information
#8E5EAB (or 0x8E5EAB) is known color: Ce Soir. HEX triplet: 8E, 5E and AB. RGB value is (142,94,171). Sum of RGB (Red+Green+Blue) = 142+94+171=407 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.89% from 407); Green value is 94 (37.11% from 255 or 23.10% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 171 - color contains mainly: blue. Hex color #8E5EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5EAB is #71A154. Grayscale: #747474. Windows color (decimal): -7446869 or 11230862. OLE color: 11230862.
HSL color Cylindrical-coordinate representation of color #8E5EAB: hue angle of 277.4º degrees, saturation: 0.31, 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 #8E5EAB is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 94 | 171 | - |
| CMYK | 0.17 | 0.45 | 0 | 0.33 |
| HSL | 277.4º | 0.31% | 0.52% | - |
| HSV(B) | 277.4º | 0.45% | 0.67% | - |
| XYZ | 22.51 | 16.7 | 40.56 | - |
| YUV | 117.13 | 158.4 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 94 | 171 | 0.17 | 0.45 | 0 | 0.33 | 277.4 | 0.31 | 0.52 |
| Hex | 8E | 5E | AB | 11 | 2D | 0 | 21 | 115 | 1F | 34 |
| Octal | 216 | 136 | 253 | 21 | 55 | 0 | 41 | 425 | 37 | 64 |
| Binary | 10001110 | 1011110 | 10101011 | 10001 | 101101 | 0 | 100001 | 100010101 | 11111 | 110100 |
Color Harmonies of #8E5EAB
Complementary color
Monochromatic Colors of #8E5EAB
Black with #8E5EAB
Text Example
Text Example
White with #8E5EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5EAB; }
p { color: rgb(142,94,171); }
H1.HeaderClassName
{
color: #8E5EAB;
}
.AnyTagClassName
{
color: #8E5EAB;
}
</style>
background-color css
<style>
a { background-color: #8E5EAB; }
a { background-color: rgb(142,94,171); }
div.DivClassName
{
background-color: #8E5EAB;
}
.BgClassName
{
background-color: #8E5EAB;
}
</style>
border-color css
<style>
span { border-color: #8E5EAB; }
span { border-color: rgb(142,94,171); }
td.TdClassName
{
border-color: #8E5EAB;
}
.TagClassName
{
border-color: #8E5EAB;
}
</style>