Shades of Ce Soir #8E6E9D
Tints of Ce Soir #8E6E9D
RGB
CMYK
RGB Variations
Color information
#8E6E9D (or 0x8E6E9D) is known color: Ce Soir. HEX triplet: 8E, 6E and 9D. RGB value is (142,110,157). Sum of RGB (Red+Green+Blue) = 142+110+157=409 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.72% from 409); Green value is 110 (43.36% from 255 or 26.89% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 157 - color contains mainly: blue. Hex color #8E6E9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6E9D is #719162. Grayscale: #7C7C7C. Windows color (decimal): -7442787 or 10317454. OLE color: 10317454.
HSL color Cylindrical-coordinate representation of color #8E6E9D: hue angle of 280.85º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E6E9D is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 142 | 110 | 157 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.38 |
| HSL | 280.85º | 0.19% | 0.52% | - |
| HSV(B) | 280.85º | 0.3% | 0.62% | - |
| XYZ | 22.82 | 19.34 | 34.43 | - |
| YUV | 124.93 | 146.1 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 110 | 157 | 0.10 | 0.30 | 0 | 0.38 | 280.85 | 0.19 | 0.52 |
| Hex | 8E | 6E | 9D | A | 1E | 0 | 26 | 119 | 13 | 34 |
| Octal | 216 | 156 | 235 | 12 | 36 | 0 | 46 | 431 | 23 | 64 |
| Binary | 10001110 | 1101110 | 10011101 | 1010 | 11110 | 0 | 100110 | 100011001 | 10011 | 110100 |
Color Harmonies of #8E6E9D
Complementary color
Monochromatic Colors of #8E6E9D
Black with #8E6E9D
Text Example
Text Example
White with #8E6E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6E9D; }
p { color: rgb(142,110,157); }
H1.HeaderClassName
{
color: #8E6E9D;
}
.AnyTagClassName
{
color: #8E6E9D;
}
</style>
background-color css
<style>
a { background-color: #8E6E9D; }
a { background-color: rgb(142,110,157); }
div.DivClassName
{
background-color: #8E6E9D;
}
.BgClassName
{
background-color: #8E6E9D;
}
</style>
border-color css
<style>
span { border-color: #8E6E9D; }
span { border-color: rgb(142,110,157); }
td.TdClassName
{
border-color: #8E6E9D;
}
.TagClassName
{
border-color: #8E6E9D;
}
</style>