Shades of Ce Soir #9E7CAE
Tints of Ce Soir #9E7CAE
RGB
CMYK
RGB Variations
Color information
#9E7CAE (or 0x9E7CAE) is known color: Ce Soir. HEX triplet: 9E, 7C and AE. RGB value is (158,124,174). Sum of RGB (Red+Green+Blue) = 158+124+174=456 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.65% from 456); Green value is 124 (48.83% from 255 or 27.19% from 456); Blue value is 174 (68.36% from 255 or 38.16% from 456); Max value from RGB is 174 - color contains mainly: blue. Hex color #9E7CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7CAE is #618351. Grayscale: #8B8B8B. Windows color (decimal): -6390610 or 11435166. OLE color: 11435166.
HSL color Cylindrical-coordinate representation of color #9E7CAE: hue angle of 280.8º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9E7CAE is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 158 | 124 | 174 | - |
| CMYK | 0.09 | 0.29 | 0 | 0.32 |
| HSL | 280.8º | 0.24% | 0.58% | - |
| HSV(B) | 280.8º | 0.29% | 0.68% | - |
| XYZ | 28.95 | 24.74 | 43.29 | - |
| YUV | 139.87 | 147.26 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 124 | 174 | 0.09 | 0.29 | 0 | 0.32 | 280.8 | 0.24 | 0.58 |
| Hex | 9E | 7C | AE | 9 | 1D | 0 | 20 | 119 | 18 | 3A |
| Octal | 236 | 174 | 256 | 11 | 35 | 0 | 40 | 431 | 30 | 72 |
| Binary | 10011110 | 1111100 | 10101110 | 1001 | 11101 | 0 | 100000 | 100011001 | 11000 | 111010 |
Color Harmonies of #9E7CAE
Complementary color
Monochromatic Colors of #9E7CAE
Black with #9E7CAE
Text Example
Text Example
White with #9E7CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7CAE; }
p { color: rgb(158,124,174); }
H1.HeaderClassName
{
color: #9E7CAE;
}
.AnyTagClassName
{
color: #9E7CAE;
}
</style>
background-color css
<style>
a { background-color: #9E7CAE; }
a { background-color: rgb(158,124,174); }
div.DivClassName
{
background-color: #9E7CAE;
}
.BgClassName
{
background-color: #9E7CAE;
}
</style>
border-color css
<style>
span { border-color: #9E7CAE; }
span { border-color: rgb(158,124,174); }
td.TdClassName
{
border-color: #9E7CAE;
}
.TagClassName
{
border-color: #9E7CAE;
}
</style>