Shades of Ce Soir #865E9A
Tints of Ce Soir #865E9A
RGB
CMYK
RGB Variations
Color information
#865E9A (or 0x865E9A) is known color: Ce Soir. HEX triplet: 86, 5E and 9A. RGB value is (134,94,154). Sum of RGB (Red+Green+Blue) = 134+94+154=382 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.08% from 382); Green value is 94 (37.11% from 255 or 24.61% from 382); Blue value is 154 (60.55% from 255 or 40.31% from 382); Max value from RGB is 154 - color contains mainly: blue. Hex color #865E9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865E9A is #79A165. Grayscale: #707070. Windows color (decimal): -7971174 or 10116742. OLE color: 10116742.
HSL color Cylindrical-coordinate representation of color #865E9A: hue angle of 280º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #865E9A is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 134 | 94 | 154 | - |
| CMYK | 0.13 | 0.39 | 0 | 0.40 |
| HSL | 280º | 0.24% | 0.49% | - |
| HSV(B) | 280º | 0.39% | 0.6% | - |
| XYZ | 19.67 | 15.41 | 32.51 | - |
| YUV | 112.8 | 151.25 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 94 | 154 | 0.13 | 0.39 | 0 | 0.40 | 280 | 0.24 | 0.49 |
| Hex | 86 | 5E | 9A | D | 27 | 0 | 28 | 118 | 18 | 31 |
| Octal | 206 | 136 | 232 | 15 | 47 | 0 | 50 | 430 | 30 | 61 |
| Binary | 10000110 | 1011110 | 10011010 | 1101 | 100111 | 0 | 101000 | 100011000 | 11000 | 110001 |
Color Harmonies of #865E9A
Complementary color
Monochromatic Colors of #865E9A
Black with #865E9A
Text Example
Text Example
White with #865E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865E9A; }
p { color: rgb(134,94,154); }
H1.HeaderClassName
{
color: #865E9A;
}
.AnyTagClassName
{
color: #865E9A;
}
</style>
background-color css
<style>
a { background-color: #865E9A; }
a { background-color: rgb(134,94,154); }
div.DivClassName
{
background-color: #865E9A;
}
.BgClassName
{
background-color: #865E9A;
}
</style>
border-color css
<style>
span { border-color: #865E9A; }
span { border-color: rgb(134,94,154); }
td.TdClassName
{
border-color: #865E9A;
}
.TagClassName
{
border-color: #865E9A;
}
</style>