Shades of Ce Soir #9E7AAB
Tints of Ce Soir #9E7AAB
RGB
CMYK
RGB Variations
Color information
#9E7AAB (or 0x9E7AAB) is known color: Ce Soir. HEX triplet: 9E, 7A and AB. RGB value is (158,122,171). Sum of RGB (Red+Green+Blue) = 158+122+171=451 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.03% from 451); Green value is 122 (48.05% from 255 or 27.05% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E7AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7AAB is #618554. Grayscale: #8A8A8A. Windows color (decimal): -6391125 or 11238046. OLE color: 11238046.
HSL color Cylindrical-coordinate representation of color #9E7AAB: hue angle of 284.08º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9E7AAB is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 122 | 171 | - |
| CMYK | 0.08 | 0.29 | 0 | 0.33 |
| HSL | 284.08º | 0.23% | 0.57% | - |
| HSV(B) | 284.08º | 0.29% | 0.67% | - |
| XYZ | 28.41 | 24.13 | 41.69 | - |
| YUV | 138.35 | 146.43 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 122 | 171 | 0.08 | 0.29 | 0 | 0.33 | 284.08 | 0.23 | 0.57 |
| Hex | 9E | 7A | AB | 8 | 1D | 0 | 21 | 11C | 17 | 39 |
| Octal | 236 | 172 | 253 | 10 | 35 | 0 | 41 | 434 | 27 | 71 |
| Binary | 10011110 | 1111010 | 10101011 | 1000 | 11101 | 0 | 100001 | 100011100 | 10111 | 111001 |
Color Harmonies of #9E7AAB
Complementary color
Monochromatic Colors of #9E7AAB
Black with #9E7AAB
Text Example
Text Example
White with #9E7AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7AAB; }
p { color: rgb(158,122,171); }
H1.HeaderClassName
{
color: #9E7AAB;
}
.AnyTagClassName
{
color: #9E7AAB;
}
</style>
background-color css
<style>
a { background-color: #9E7AAB; }
a { background-color: rgb(158,122,171); }
div.DivClassName
{
background-color: #9E7AAB;
}
.BgClassName
{
background-color: #9E7AAB;
}
</style>
border-color css
<style>
span { border-color: #9E7AAB; }
span { border-color: rgb(158,122,171); }
td.TdClassName
{
border-color: #9E7AAB;
}
.TagClassName
{
border-color: #9E7AAB;
}
</style>