Shades of Ce Soir #9E7AAE
Tints of Ce Soir #9E7AAE
RGB
CMYK
RGB Variations
Color information
#9E7AAE (or 0x9E7AAE) is known color: Ce Soir. HEX triplet: 9E, 7A and AE. RGB value is (158,122,174). Sum of RGB (Red+Green+Blue) = 158+122+174=454 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.80% from 454); Green value is 122 (48.05% from 255 or 26.87% from 454); Blue value is 174 (68.36% from 255 or 38.33% from 454); Max value from RGB is 174 - color contains mainly: blue. Hex color #9E7AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7AAE is #618551. Grayscale: #8A8A8A. Windows color (decimal): -6391122 or 11434654. OLE color: 11434654.
HSL color Cylindrical-coordinate representation of color #9E7AAE: hue angle of 281.54º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9E7AAE is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 158 | 122 | 174 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.32 |
| HSL | 281.54º | 0.24% | 0.58% | - |
| HSV(B) | 281.54º | 0.3% | 0.68% | - |
| XYZ | 28.7 | 24.24 | 43.21 | - |
| YUV | 138.69 | 147.93 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 122 | 174 | 0.09 | 0.30 | 0 | 0.32 | 281.54 | 0.24 | 0.58 |
| Hex | 9E | 7A | AE | 9 | 1E | 0 | 20 | 11A | 18 | 3A |
| Octal | 236 | 172 | 256 | 11 | 36 | 0 | 40 | 432 | 30 | 72 |
| Binary | 10011110 | 1111010 | 10101110 | 1001 | 11110 | 0 | 100000 | 100011010 | 11000 | 111010 |
Color Harmonies of #9E7AAE
Complementary color
Monochromatic Colors of #9E7AAE
Black with #9E7AAE
Text Example
Text Example
White with #9E7AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7AAE; }
p { color: rgb(158,122,174); }
H1.HeaderClassName
{
color: #9E7AAE;
}
.AnyTagClassName
{
color: #9E7AAE;
}
</style>
background-color css
<style>
a { background-color: #9E7AAE; }
a { background-color: rgb(158,122,174); }
div.DivClassName
{
background-color: #9E7AAE;
}
.BgClassName
{
background-color: #9E7AAE;
}
</style>
border-color css
<style>
span { border-color: #9E7AAE; }
span { border-color: rgb(158,122,174); }
td.TdClassName
{
border-color: #9E7AAE;
}
.TagClassName
{
border-color: #9E7AAE;
}
</style>