Shades of Ce Soir #8E5DAB
Tints of Ce Soir #8E5DAB
RGB
CMYK
RGB Variations
Color information
#8E5DAB (or 0x8E5DAB) is known color: Ce Soir. HEX triplet: 8E, 5D and AB. RGB value is (142,93,171). Sum of RGB (Red+Green+Blue) = 142+93+171=406 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.98% from 406); Green value is 93 (36.72% from 255 or 22.91% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 171 - color contains mainly: blue. Hex color #8E5DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5DAB is #71A254. Grayscale: #747474. Windows color (decimal): -7447125 or 11230606. OLE color: 11230606.
HSL color Cylindrical-coordinate representation of color #8E5DAB: hue angle of 277.69º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8E5DAB is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 93 | 171 | - |
| CMYK | 0.17 | 0.46 | 0 | 0.33 |
| HSL | 277.69º | 0.32% | 0.52% | - |
| HSV(B) | 277.69º | 0.46% | 0.67% | - |
| XYZ | 22.42 | 16.52 | 40.54 | - |
| YUV | 116.54 | 158.73 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 93 | 171 | 0.17 | 0.46 | 0 | 0.33 | 277.69 | 0.32 | 0.52 |
| Hex | 8E | 5D | AB | 11 | 2E | 0 | 21 | 116 | 20 | 34 |
| Octal | 216 | 135 | 253 | 21 | 56 | 0 | 41 | 426 | 40 | 64 |
| Binary | 10001110 | 1011101 | 10101011 | 10001 | 101110 | 0 | 100001 | 100010110 | 100000 | 110100 |
Color Harmonies of #8E5DAB
Complementary color
Monochromatic Colors of #8E5DAB
Black with #8E5DAB
Text Example
Text Example
White with #8E5DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5DAB; }
p { color: rgb(142,93,171); }
H1.HeaderClassName
{
color: #8E5DAB;
}
.AnyTagClassName
{
color: #8E5DAB;
}
</style>
background-color css
<style>
a { background-color: #8E5DAB; }
a { background-color: rgb(142,93,171); }
div.DivClassName
{
background-color: #8E5DAB;
}
.BgClassName
{
background-color: #8E5DAB;
}
</style>
border-color css
<style>
span { border-color: #8E5DAB; }
span { border-color: rgb(142,93,171); }
td.TdClassName
{
border-color: #8E5DAB;
}
.TagClassName
{
border-color: #8E5DAB;
}
</style>