Shades of Ce Soir #8E6C9A
Tints of Ce Soir #8E6C9A
RGB
CMYK
RGB Variations
Color information
#8E6C9A (or 0x8E6C9A) is known color: Ce Soir. HEX triplet: 8E, 6C and 9A. RGB value is (142,108,154). Sum of RGB (Red+Green+Blue) = 142+108+154=404 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.15% from 404); Green value is 108 (42.58% from 255 or 26.73% from 404); Blue value is 154 (60.55% from 255 or 38.12% from 404); Max value from RGB is 154 - color contains mainly: blue. Hex color #8E6C9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6C9A is #719365. Grayscale: #7B7B7B. Windows color (decimal): -7443302 or 10120334. OLE color: 10120334.
HSL color Cylindrical-coordinate representation of color #8E6C9A: hue angle of 284.35º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E6C9A is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 142 | 108 | 154 | - |
| CMYK | 0.08 | 0.30 | 0 | 0.40 |
| HSL | 284.35º | 0.19% | 0.51% | - |
| HSV(B) | 284.35º | 0.3% | 0.6% | - |
| XYZ | 22.35 | 18.81 | 33.02 | - |
| YUV | 123.41 | 145.26 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 108 | 154 | 0.08 | 0.30 | 0 | 0.40 | 284.35 | 0.19 | 0.51 |
| Hex | 8E | 6C | 9A | 8 | 1E | 0 | 28 | 11C | 13 | 33 |
| Octal | 216 | 154 | 232 | 10 | 36 | 0 | 50 | 434 | 23 | 63 |
| Binary | 10001110 | 1101100 | 10011010 | 1000 | 11110 | 0 | 101000 | 100011100 | 10011 | 110011 |
Color Harmonies of #8E6C9A
Complementary color
Monochromatic Colors of #8E6C9A
Black with #8E6C9A
Text Example
Text Example
White with #8E6C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6C9A; }
p { color: rgb(142,108,154); }
H1.HeaderClassName
{
color: #8E6C9A;
}
.AnyTagClassName
{
color: #8E6C9A;
}
</style>
background-color css
<style>
a { background-color: #8E6C9A; }
a { background-color: rgb(142,108,154); }
div.DivClassName
{
background-color: #8E6C9A;
}
.BgClassName
{
background-color: #8E6C9A;
}
</style>
border-color css
<style>
span { border-color: #8E6C9A; }
span { border-color: rgb(142,108,154); }
td.TdClassName
{
border-color: #8E6C9A;
}
.TagClassName
{
border-color: #8E6C9A;
}
</style>