Shades of Ce Soir #866C9B
Tints of Ce Soir #866C9B
RGB
CMYK
RGB Variations
Color information
#866C9B (or 0x866C9B) is known color: Ce Soir. HEX triplet: 86, 6C and 9B. RGB value is (134,108,155). Sum of RGB (Red+Green+Blue) = 134+108+155=397 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.75% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 155 - color contains mainly: blue. Hex color #866C9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866C9B is #799364. Grayscale: #787878. Windows color (decimal): -7967589 or 10185862. OLE color: 10185862.
HSL color Cylindrical-coordinate representation of color #866C9B: hue angle of 273.19º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #866C9B is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 134 | 108 | 155 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.39 |
| HSL | 273.19º | 0.19% | 0.52% | - |
| HSV(B) | 273.19º | 0.3% | 0.61% | - |
| XYZ | 21.11 | 18.16 | 33.4 | - |
| YUV | 121.13 | 147.11 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 108 | 155 | 0.14 | 0.30 | 0 | 0.39 | 273.19 | 0.19 | 0.52 |
| Hex | 86 | 6C | 9B | E | 1E | 0 | 27 | 111 | 13 | 34 |
| Octal | 206 | 154 | 233 | 16 | 36 | 0 | 47 | 421 | 23 | 64 |
| Binary | 10000110 | 1101100 | 10011011 | 1110 | 11110 | 0 | 100111 | 100010001 | 10011 | 110100 |
Color Harmonies of #866C9B
Complementary color
Monochromatic Colors of #866C9B
Black with #866C9B
Text Example
Text Example
White with #866C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866C9B; }
p { color: rgb(134,108,155); }
H1.HeaderClassName
{
color: #866C9B;
}
.AnyTagClassName
{
color: #866C9B;
}
</style>
background-color css
<style>
a { background-color: #866C9B; }
a { background-color: rgb(134,108,155); }
div.DivClassName
{
background-color: #866C9B;
}
.BgClassName
{
background-color: #866C9B;
}
</style>
border-color css
<style>
span { border-color: #866C9B; }
span { border-color: rgb(134,108,155); }
td.TdClassName
{
border-color: #866C9B;
}
.TagClassName
{
border-color: #866C9B;
}
</style>