Shades of Ce Soir #8860A6
Tints of Ce Soir #8860A6
RGB
CMYK
RGB Variations
Color information
#8860A6 (or 0x8860A6) is known color: Ce Soir. HEX triplet: 88, 60 and A6. RGB value is (136,96,166). Sum of RGB (Red+Green+Blue) = 136+96+166=398 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.17% from 398); Green value is 96 (37.89% from 255 or 24.12% from 398); Blue value is 166 (65.23% from 255 or 41.71% from 398); Max value from RGB is 166 - color contains mainly: blue. Hex color #8860A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8860A6 is #779F59. Grayscale: #737373. Windows color (decimal): -7839578 or 10903688. OLE color: 10903688.
HSL color Cylindrical-coordinate representation of color #8860A6: hue angle of 274.29º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8860A6 is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 136 | 96 | 166 | - |
| CMYK | 0.18 | 0.42 | 0 | 0.35 |
| HSL | 274.29º | 0.28% | 0.51% | - |
| HSV(B) | 274.29º | 0.42% | 0.65% | - |
| XYZ | 21.22 | 16.35 | 38.11 | - |
| YUV | 115.94 | 156.25 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 96 | 166 | 0.18 | 0.42 | 0 | 0.35 | 274.29 | 0.28 | 0.51 |
| Hex | 88 | 60 | A6 | 12 | 2A | 0 | 23 | 112 | 1C | 33 |
| Octal | 210 | 140 | 246 | 22 | 52 | 0 | 43 | 422 | 34 | 63 |
| Binary | 10001000 | 1100000 | 10100110 | 10010 | 101010 | 0 | 100011 | 100010010 | 11100 | 110011 |
Color Harmonies of #8860A6
Complementary color
Monochromatic Colors of #8860A6
Black with #8860A6
Text Example
Text Example
White with #8860A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8860A6; }
p { color: rgb(136,96,166); }
H1.HeaderClassName
{
color: #8860A6;
}
.AnyTagClassName
{
color: #8860A6;
}
</style>
background-color css
<style>
a { background-color: #8860A6; }
a { background-color: rgb(136,96,166); }
div.DivClassName
{
background-color: #8860A6;
}
.BgClassName
{
background-color: #8860A6;
}
</style>
border-color css
<style>
span { border-color: #8860A6; }
span { border-color: rgb(136,96,166); }
td.TdClassName
{
border-color: #8860A6;
}
.TagClassName
{
border-color: #8860A6;
}
</style>