Shades of Ce Soir #8E60A9
Tints of Ce Soir #8E60A9
RGB
CMYK
RGB Variations
Color information
#8E60A9 (or 0x8E60A9) is known color: Ce Soir. HEX triplet: 8E, 60 and A9. RGB value is (142,96,169). Sum of RGB (Red+Green+Blue) = 142+96+169=407 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.89% from 407); Green value is 96 (37.89% from 255 or 23.59% from 407); Blue value is 169 (66.41% from 255 or 41.52% from 407); Max value from RGB is 169 - color contains mainly: blue. Hex color #8E60A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E60A9 is #719F56. Grayscale: #757575. Windows color (decimal): -7446359 or 11100302. OLE color: 11100302.
HSL color Cylindrical-coordinate representation of color #8E60A9: hue angle of 277.81º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8E60A9 is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 142 | 96 | 169 | - |
| CMYK | 0.16 | 0.43 | 0 | 0.34 |
| HSL | 277.81º | 0.3% | 0.52% | - |
| HSV(B) | 277.81º | 0.43% | 0.66% | - |
| XYZ | 22.5 | 16.98 | 39.63 | - |
| YUV | 118.08 | 156.74 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 96 | 169 | 0.16 | 0.43 | 0 | 0.34 | 277.81 | 0.3 | 0.52 |
| Hex | 8E | 60 | A9 | 10 | 2B | 0 | 22 | 116 | 1E | 34 |
| Octal | 216 | 140 | 251 | 20 | 53 | 0 | 42 | 426 | 36 | 64 |
| Binary | 10001110 | 1100000 | 10101001 | 10000 | 101011 | 0 | 100010 | 100010110 | 11110 | 110100 |
Color Harmonies of #8E60A9
Complementary color
Monochromatic Colors of #8E60A9
Black with #8E60A9
Text Example
Text Example
White with #8E60A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E60A9; }
p { color: rgb(142,96,169); }
H1.HeaderClassName
{
color: #8E60A9;
}
.AnyTagClassName
{
color: #8E60A9;
}
</style>
background-color css
<style>
a { background-color: #8E60A9; }
a { background-color: rgb(142,96,169); }
div.DivClassName
{
background-color: #8E60A9;
}
.BgClassName
{
background-color: #8E60A9;
}
</style>
border-color css
<style>
span { border-color: #8E60A9; }
span { border-color: rgb(142,96,169); }
td.TdClassName
{
border-color: #8E60A9;
}
.TagClassName
{
border-color: #8E60A9;
}
</style>