Shades of Ce Soir #865EAE
Tints of Ce Soir #865EAE
RGB
CMYK
RGB Variations
Color information
#865EAE (or 0x865EAE) is known color: Ce Soir. HEX triplet: 86, 5E and AE. RGB value is (134,94,174). Sum of RGB (Red+Green+Blue) = 134+94+174=402 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.33% from 402); Green value is 94 (37.11% from 255 or 23.38% from 402); Blue value is 174 (68.36% from 255 or 43.28% from 402); Max value from RGB is 174 - color contains mainly: blue. Hex color #865EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865EAE is #79A151. Grayscale: #727272. Windows color (decimal): -7971154 or 11427462. OLE color: 11427462.
HSL color Cylindrical-coordinate representation of color #865EAE: hue angle of 270º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #865EAE is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 134 | 94 | 174 | - |
| CMYK | 0.23 | 0.46 | 0 | 0.32 |
| HSL | 270º | 0.33% | 0.53% | - |
| HSV(B) | 270º | 0.46% | 0.68% | - |
| XYZ | 21.47 | 16.13 | 42.03 | - |
| YUV | 115.08 | 161.25 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 94 | 174 | 0.23 | 0.46 | 0 | 0.32 | 270 | 0.33 | 0.53 |
| Hex | 86 | 5E | AE | 17 | 2E | 0 | 20 | 10E | 21 | 35 |
| Octal | 206 | 136 | 256 | 27 | 56 | 0 | 40 | 416 | 41 | 65 |
| Binary | 10000110 | 1011110 | 10101110 | 10111 | 101110 | 0 | 100000 | 100001110 | 100001 | 110101 |
Color Harmonies of #865EAE
Complementary color
Monochromatic Colors of #865EAE
Black with #865EAE
Text Example
Text Example
White with #865EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865EAE; }
p { color: rgb(134,94,174); }
H1.HeaderClassName
{
color: #865EAE;
}
.AnyTagClassName
{
color: #865EAE;
}
</style>
background-color css
<style>
a { background-color: #865EAE; }
a { background-color: rgb(134,94,174); }
div.DivClassName
{
background-color: #865EAE;
}
.BgClassName
{
background-color: #865EAE;
}
</style>
border-color css
<style>
span { border-color: #865EAE; }
span { border-color: rgb(134,94,174); }
td.TdClassName
{
border-color: #865EAE;
}
.TagClassName
{
border-color: #865EAE;
}
</style>