Shades of Ce Soir #8E61AC
Tints of Ce Soir #8E61AC
RGB
CMYK
RGB Variations
Color information
#8E61AC (or 0x8E61AC) is known color: Ce Soir. HEX triplet: 8E, 61 and AC. RGB value is (142,97,172). Sum of RGB (Red+Green+Blue) = 142+97+172=411 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.55% from 411); Green value is 97 (38.28% from 255 or 23.60% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 172 - color contains mainly: blue. Hex color #8E61AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E61AC is #719E53. Grayscale: #767676. Windows color (decimal): -7446100 or 11297166. OLE color: 11297166.
HSL color Cylindrical-coordinate representation of color #8E61AC: hue angle of 276º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E61AC is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 97 | 172 | - |
| CMYK | 0.17 | 0.44 | 0 | 0.33 |
| HSL | 276º | 0.31% | 0.53% | - |
| HSV(B) | 276º | 0.44% | 0.67% | - |
| XYZ | 22.88 | 17.28 | 41.16 | - |
| YUV | 119.01 | 157.91 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 97 | 172 | 0.17 | 0.44 | 0 | 0.33 | 276 | 0.31 | 0.53 |
| Hex | 8E | 61 | AC | 11 | 2C | 0 | 21 | 114 | 1F | 35 |
| Octal | 216 | 141 | 254 | 21 | 54 | 0 | 41 | 424 | 37 | 65 |
| Binary | 10001110 | 1100001 | 10101100 | 10001 | 101100 | 0 | 100001 | 100010100 | 11111 | 110101 |
Color Harmonies of #8E61AC
Complementary color
Monochromatic Colors of #8E61AC
Black with #8E61AC
Text Example
Text Example
White with #8E61AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E61AC; }
p { color: rgb(142,97,172); }
H1.HeaderClassName
{
color: #8E61AC;
}
.AnyTagClassName
{
color: #8E61AC;
}
</style>
background-color css
<style>
a { background-color: #8E61AC; }
a { background-color: rgb(142,97,172); }
div.DivClassName
{
background-color: #8E61AC;
}
.BgClassName
{
background-color: #8E61AC;
}
</style>
border-color css
<style>
span { border-color: #8E61AC; }
span { border-color: rgb(142,97,172); }
td.TdClassName
{
border-color: #8E61AC;
}
.TagClassName
{
border-color: #8E61AC;
}
</style>