Shades of Ce Soir #9E7EAE
Tints of Ce Soir #9E7EAE
RGB
CMYK
RGB Variations
Color information
#9E7EAE (or 0x9E7EAE) is known color: Ce Soir. HEX triplet: 9E, 7E and AE. RGB value is (158,126,174). Sum of RGB (Red+Green+Blue) = 158+126+174=458 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.50% from 458); Green value is 126 (49.61% from 255 or 27.51% from 458); Blue value is 174 (68.36% from 255 or 37.99% from 458); Max value from RGB is 174 - color contains mainly: blue. Hex color #9E7EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7EAE is #618151. Grayscale: #8C8C8C. Windows color (decimal): -6390098 or 11435678. OLE color: 11435678.
HSL color Cylindrical-coordinate representation of color #9E7EAE: hue angle of 280º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9E7EAE is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 158 | 126 | 174 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.32 |
| HSL | 280º | 0.23% | 0.59% | - |
| HSV(B) | 280º | 0.28% | 0.68% | - |
| XYZ | 29.2 | 25.25 | 43.38 | - |
| YUV | 141.04 | 146.6 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 126 | 174 | 0.09 | 0.28 | 0 | 0.32 | 280 | 0.23 | 0.59 |
| Hex | 9E | 7E | AE | 9 | 1C | 0 | 20 | 118 | 17 | 3B |
| Octal | 236 | 176 | 256 | 11 | 34 | 0 | 40 | 430 | 27 | 73 |
| Binary | 10011110 | 1111110 | 10101110 | 1001 | 11100 | 0 | 100000 | 100011000 | 10111 | 111011 |
Color Harmonies of #9E7EAE
Complementary color
Monochromatic Colors of #9E7EAE
Black with #9E7EAE
Text Example
Text Example
White with #9E7EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7EAE; }
p { color: rgb(158,126,174); }
H1.HeaderClassName
{
color: #9E7EAE;
}
.AnyTagClassName
{
color: #9E7EAE;
}
</style>
background-color css
<style>
a { background-color: #9E7EAE; }
a { background-color: rgb(158,126,174); }
div.DivClassName
{
background-color: #9E7EAE;
}
.BgClassName
{
background-color: #9E7EAE;
}
</style>
border-color css
<style>
span { border-color: #9E7EAE; }
span { border-color: rgb(158,126,174); }
td.TdClassName
{
border-color: #9E7EAE;
}
.TagClassName
{
border-color: #9E7EAE;
}
</style>