Shades of Ce Soir #8E6CAC
Tints of Ce Soir #8E6CAC
RGB
CMYK
RGB Variations
Color information
#8E6CAC (or 0x8E6CAC) is known color: Ce Soir. HEX triplet: 8E, 6C and AC. RGB value is (142,108,172). Sum of RGB (Red+Green+Blue) = 142+108+172=422 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.65% from 422); Green value is 108 (42.58% from 255 or 25.59% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 172 - color contains mainly: blue. Hex color #8E6CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6CAC is #719353. Grayscale: #7D7D7D. Windows color (decimal): -7443284 or 11299982. OLE color: 11299982.
HSL color Cylindrical-coordinate representation of color #8E6CAC: hue angle of 271.88º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8E6CAC is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 108 | 172 | - |
| CMYK | 0.17 | 0.37 | 0 | 0.33 |
| HSL | 271.88º | 0.28% | 0.55% | - |
| HSV(B) | 271.88º | 0.37% | 0.67% | - |
| XYZ | 23.96 | 19.45 | 41.52 | - |
| YUV | 125.46 | 154.26 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 108 | 172 | 0.17 | 0.37 | 0 | 0.33 | 271.88 | 0.28 | 0.55 |
| Hex | 8E | 6C | AC | 11 | 25 | 0 | 21 | 110 | 1C | 37 |
| Octal | 216 | 154 | 254 | 21 | 45 | 0 | 41 | 420 | 34 | 67 |
| Binary | 10001110 | 1101100 | 10101100 | 10001 | 100101 | 0 | 100001 | 100010000 | 11100 | 110111 |
Color Harmonies of #8E6CAC
Complementary color
Monochromatic Colors of #8E6CAC
Black with #8E6CAC
Text Example
Text Example
White with #8E6CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6CAC; }
p { color: rgb(142,108,172); }
H1.HeaderClassName
{
color: #8E6CAC;
}
.AnyTagClassName
{
color: #8E6CAC;
}
</style>
background-color css
<style>
a { background-color: #8E6CAC; }
a { background-color: rgb(142,108,172); }
div.DivClassName
{
background-color: #8E6CAC;
}
.BgClassName
{
background-color: #8E6CAC;
}
</style>
border-color css
<style>
span { border-color: #8E6CAC; }
span { border-color: rgb(142,108,172); }
td.TdClassName
{
border-color: #8E6CAC;
}
.TagClassName
{
border-color: #8E6CAC;
}
</style>