Shades of Ce Soir #865F9E
Tints of Ce Soir #865F9E
RGB
CMYK
RGB Variations
Color information
#865F9E (or 0x865F9E) is known color: Ce Soir. HEX triplet: 86, 5F and 9E. RGB value is (134,95,158). Sum of RGB (Red+Green+Blue) = 134+95+158=387 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.63% from 387); Green value is 95 (37.5% from 255 or 24.55% from 387); Blue value is 158 (62.11% from 255 or 40.83% from 387); Max value from RGB is 158 - color contains mainly: blue. Hex color #865F9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865F9E is #79A061. Grayscale: #717171. Windows color (decimal): -7970914 or 10379142. OLE color: 10379142.
HSL color Cylindrical-coordinate representation of color #865F9E: hue angle of 277.14º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #865F9E is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 95 | 158 | - |
| CMYK | 0.15 | 0.40 | 0 | 0.38 |
| HSL | 277.14º | 0.25% | 0.5% | - |
| HSV(B) | 277.14º | 0.4% | 0.62% | - |
| XYZ | 20.1 | 15.72 | 34.32 | - |
| YUV | 113.84 | 152.92 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 95 | 158 | 0.15 | 0.40 | 0 | 0.38 | 277.14 | 0.25 | 0.5 |
| Hex | 86 | 5F | 9E | F | 28 | 0 | 26 | 115 | 19 | 32 |
| Octal | 206 | 137 | 236 | 17 | 50 | 0 | 46 | 425 | 31 | 62 |
| Binary | 10000110 | 1011111 | 10011110 | 1111 | 101000 | 0 | 100110 | 100010101 | 11001 | 110010 |
Color Harmonies of #865F9E
Complementary color
Monochromatic Colors of #865F9E
Black with #865F9E
Text Example
Text Example
White with #865F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865F9E; }
p { color: rgb(134,95,158); }
H1.HeaderClassName
{
color: #865F9E;
}
.AnyTagClassName
{
color: #865F9E;
}
</style>
background-color css
<style>
a { background-color: #865F9E; }
a { background-color: rgb(134,95,158); }
div.DivClassName
{
background-color: #865F9E;
}
.BgClassName
{
background-color: #865F9E;
}
</style>
border-color css
<style>
span { border-color: #865F9E; }
span { border-color: rgb(134,95,158); }
td.TdClassName
{
border-color: #865F9E;
}
.TagClassName
{
border-color: #865F9E;
}
</style>