Shades of Ce Soir #8E629A
Tints of Ce Soir #8E629A
RGB
CMYK
RGB Variations
Color information
#8E629A (or 0x8E629A) is known color: Ce Soir. HEX triplet: 8E, 62 and 9A. RGB value is (142,98,154). Sum of RGB (Red+Green+Blue) = 142+98+154=394 (52% of max value = 765). Red value is 142 (55.86% from 255 or 36.04% from 394); Green value is 98 (38.67% from 255 or 24.87% from 394); Blue value is 154 (60.55% from 255 or 39.09% from 394); Max value from RGB is 154 - color contains mainly: blue. Hex color #8E629A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E629A is #719D65. Grayscale: #757575. Windows color (decimal): -7445862 or 10117774. OLE color: 10117774.
HSL color Cylindrical-coordinate representation of color #8E629A: hue angle of 287.14º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8E629A is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 142 | 98 | 154 | - |
| CMYK | 0.08 | 0.36 | 0 | 0.40 |
| HSL | 287.14º | 0.22% | 0.49% | - |
| HSV(B) | 287.14º | 0.36% | 0.6% | - |
| XYZ | 21.36 | 16.82 | 32.69 | - |
| YUV | 117.54 | 148.58 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 98 | 154 | 0.08 | 0.36 | 0 | 0.40 | 287.14 | 0.22 | 0.49 |
| Hex | 8E | 62 | 9A | 8 | 24 | 0 | 28 | 11F | 16 | 31 |
| Octal | 216 | 142 | 232 | 10 | 44 | 0 | 50 | 437 | 26 | 61 |
| Binary | 10001110 | 1100010 | 10011010 | 1000 | 100100 | 0 | 101000 | 100011111 | 10110 | 110001 |
Color Harmonies of #8E629A
Complementary color
Monochromatic Colors of #8E629A
Black with #8E629A
Text Example
Text Example
White with #8E629A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E629A; }
p { color: rgb(142,98,154); }
H1.HeaderClassName
{
color: #8E629A;
}
.AnyTagClassName
{
color: #8E629A;
}
</style>
background-color css
<style>
a { background-color: #8E629A; }
a { background-color: rgb(142,98,154); }
div.DivClassName
{
background-color: #8E629A;
}
.BgClassName
{
background-color: #8E629A;
}
</style>
border-color css
<style>
span { border-color: #8E629A; }
span { border-color: rgb(142,98,154); }
td.TdClassName
{
border-color: #8E629A;
}
.TagClassName
{
border-color: #8E629A;
}
</style>