Shades of Ce Soir #865EA9
Tints of Ce Soir #865EA9
RGB
CMYK
RGB Variations
Color information
#865EA9 (or 0x865EA9) is known color: Ce Soir. HEX triplet: 86, 5E and A9. RGB value is (134,94,169). Sum of RGB (Red+Green+Blue) = 134+94+169=397 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.75% from 397); Green value is 94 (37.11% from 255 or 23.68% from 397); Blue value is 169 (66.41% from 255 or 42.57% from 397); Max value from RGB is 169 - color contains mainly: blue. Hex color #865EA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865EA9 is #79A156. Grayscale: #727272. Windows color (decimal): -7971159 or 11099782. OLE color: 11099782.
HSL color Cylindrical-coordinate representation of color #865EA9: hue angle of 272º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #865EA9 is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 134 | 94 | 169 | - |
| CMYK | 0.21 | 0.44 | 0 | 0.34 |
| HSL | 272º | 0.3% | 0.52% | - |
| HSV(B) | 272º | 0.44% | 0.66% | - |
| XYZ | 21 | 15.94 | 39.51 | - |
| YUV | 114.51 | 158.75 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 94 | 169 | 0.21 | 0.44 | 0 | 0.34 | 272 | 0.3 | 0.52 |
| Hex | 86 | 5E | A9 | 15 | 2C | 0 | 22 | 110 | 1E | 34 |
| Octal | 206 | 136 | 251 | 25 | 54 | 0 | 42 | 420 | 36 | 64 |
| Binary | 10000110 | 1011110 | 10101001 | 10101 | 101100 | 0 | 100010 | 100010000 | 11110 | 110100 |
Color Harmonies of #865EA9
Complementary color
Monochromatic Colors of #865EA9
Black with #865EA9
Text Example
Text Example
White with #865EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865EA9; }
p { color: rgb(134,94,169); }
H1.HeaderClassName
{
color: #865EA9;
}
.AnyTagClassName
{
color: #865EA9;
}
</style>
background-color css
<style>
a { background-color: #865EA9; }
a { background-color: rgb(134,94,169); }
div.DivClassName
{
background-color: #865EA9;
}
.BgClassName
{
background-color: #865EA9;
}
</style>
border-color css
<style>
span { border-color: #865EA9; }
span { border-color: rgb(134,94,169); }
td.TdClassName
{
border-color: #865EA9;
}
.TagClassName
{
border-color: #865EA9;
}
</style>