Shades of Ce Soir #8E5FA9
Tints of Ce Soir #8E5FA9
RGB
CMYK
RGB Variations
Color information
#8E5FA9 (or 0x8E5FA9) is known color: Ce Soir. HEX triplet: 8E, 5F and A9. RGB value is (142,95,169). Sum of RGB (Red+Green+Blue) = 142+95+169=406 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.98% from 406); Green value is 95 (37.5% from 255 or 23.40% from 406); Blue value is 169 (66.41% from 255 or 41.63% from 406); Max value from RGB is 169 - color contains mainly: blue. Hex color #8E5FA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5FA9 is #71A056. Grayscale: #757575. Windows color (decimal): -7446615 or 11100046. OLE color: 11100046.
HSL color Cylindrical-coordinate representation of color #8E5FA9: hue angle of 278.11º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E5FA9 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 142 | 95 | 169 | - |
| CMYK | 0.16 | 0.44 | 0 | 0.34 |
| HSL | 278.11º | 0.3% | 0.52% | - |
| HSV(B) | 278.11º | 0.44% | 0.66% | - |
| XYZ | 22.41 | 16.8 | 39.6 | - |
| YUV | 117.49 | 157.07 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 95 | 169 | 0.16 | 0.44 | 0 | 0.34 | 278.11 | 0.3 | 0.52 |
| Hex | 8E | 5F | A9 | 10 | 2C | 0 | 22 | 116 | 1E | 34 |
| Octal | 216 | 137 | 251 | 20 | 54 | 0 | 42 | 426 | 36 | 64 |
| Binary | 10001110 | 1011111 | 10101001 | 10000 | 101100 | 0 | 100010 | 100010110 | 11110 | 110100 |
Color Harmonies of #8E5FA9
Complementary color
Monochromatic Colors of #8E5FA9
Black with #8E5FA9
Text Example
Text Example
White with #8E5FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5FA9; }
p { color: rgb(142,95,169); }
H1.HeaderClassName
{
color: #8E5FA9;
}
.AnyTagClassName
{
color: #8E5FA9;
}
</style>
background-color css
<style>
a { background-color: #8E5FA9; }
a { background-color: rgb(142,95,169); }
div.DivClassName
{
background-color: #8E5FA9;
}
.BgClassName
{
background-color: #8E5FA9;
}
</style>
border-color css
<style>
span { border-color: #8E5FA9; }
span { border-color: rgb(142,95,169); }
td.TdClassName
{
border-color: #8E5FA9;
}
.TagClassName
{
border-color: #8E5FA9;
}
</style>