Shades of Ce Soir #865F9D
Tints of Ce Soir #865F9D
RGB
CMYK
RGB Variations
Color information
#865F9D (or 0x865F9D) is known color: Ce Soir. HEX triplet: 86, 5F and 9D. RGB value is (134,95,157). Sum of RGB (Red+Green+Blue) = 134+95+157=386 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.72% from 386); Green value is 95 (37.5% from 255 or 24.61% from 386); Blue value is 157 (61.72% from 255 or 40.67% from 386); Max value from RGB is 157 - color contains mainly: blue. Hex color #865F9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865F9D is #79A062. Grayscale: #717171. Windows color (decimal): -7970915 or 10313606. OLE color: 10313606.
HSL color Cylindrical-coordinate representation of color #865F9D: hue angle of 277.74º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #865F9D is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 95 | 157 | - |
| CMYK | 0.15 | 0.39 | 0 | 0.38 |
| HSL | 277.74º | 0.25% | 0.49% | - |
| HSV(B) | 277.74º | 0.39% | 0.62% | - |
| XYZ | 20.01 | 15.69 | 33.87 | - |
| YUV | 113.73 | 152.42 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 95 | 157 | 0.15 | 0.39 | 0 | 0.38 | 277.74 | 0.25 | 0.49 |
| Hex | 86 | 5F | 9D | F | 27 | 0 | 26 | 116 | 19 | 31 |
| Octal | 206 | 137 | 235 | 17 | 47 | 0 | 46 | 426 | 31 | 61 |
| Binary | 10000110 | 1011111 | 10011101 | 1111 | 100111 | 0 | 100110 | 100010110 | 11001 | 110001 |
Color Harmonies of #865F9D
Complementary color
Monochromatic Colors of #865F9D
Black with #865F9D
Text Example
Text Example
White with #865F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865F9D; }
p { color: rgb(134,95,157); }
H1.HeaderClassName
{
color: #865F9D;
}
.AnyTagClassName
{
color: #865F9D;
}
</style>
background-color css
<style>
a { background-color: #865F9D; }
a { background-color: rgb(134,95,157); }
div.DivClassName
{
background-color: #865F9D;
}
.BgClassName
{
background-color: #865F9D;
}
</style>
border-color css
<style>
span { border-color: #865F9D; }
span { border-color: rgb(134,95,157); }
td.TdClassName
{
border-color: #865F9D;
}
.TagClassName
{
border-color: #865F9D;
}
</style>