Shades of Ce Soir #866D92
Tints of Ce Soir #866D92
RGB
CMYK
RGB Variations
Color information
#866D92 (or 0x866D92) is known color: Ce Soir. HEX triplet: 86, 6D and 92. RGB value is (134,109,146). Sum of RGB (Red+Green+Blue) = 134+109+146=389 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.45% from 389); Green value is 109 (42.97% from 255 or 28.02% from 389); Blue value is 146 (57.42% from 255 or 37.53% from 389); Max value from RGB is 146 - color contains mainly: blue. Hex color #866D92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866D92 is #79926D. Grayscale: #787878. Windows color (decimal): -7967342 or 9596294. OLE color: 9596294.
HSL color Cylindrical-coordinate representation of color #866D92: hue angle of 280.54º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #866D92 is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 134 | 109 | 146 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.43 |
| HSL | 280.54º | 0.15% | 0.5% | - |
| HSV(B) | 280.54º | 0.25% | 0.57% | - |
| XYZ | 20.49 | 18.08 | 29.6 | - |
| YUV | 120.69 | 142.28 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 109 | 146 | 0.08 | 0.25 | 0 | 0.43 | 280.54 | 0.15 | 0.5 |
| Hex | 86 | 6D | 92 | 8 | 19 | 0 | 2B | 119 | F | 32 |
| Octal | 206 | 155 | 222 | 10 | 31 | 0 | 53 | 431 | 17 | 62 |
| Binary | 10000110 | 1101101 | 10010010 | 1000 | 11001 | 0 | 101011 | 100011001 | 1111 | 110010 |
Color Harmonies of #866D92
Complementary color
Monochromatic Colors of #866D92
Black with #866D92
Text Example
Text Example
White with #866D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866D92; }
p { color: rgb(134,109,146); }
H1.HeaderClassName
{
color: #866D92;
}
.AnyTagClassName
{
color: #866D92;
}
</style>
background-color css
<style>
a { background-color: #866D92; }
a { background-color: rgb(134,109,146); }
div.DivClassName
{
background-color: #866D92;
}
.BgClassName
{
background-color: #866D92;
}
</style>
border-color css
<style>
span { border-color: #866D92; }
span { border-color: rgb(134,109,146); }
td.TdClassName
{
border-color: #866D92;
}
.TagClassName
{
border-color: #866D92;
}
</style>