Shades of Ce Soir #9E78AB
Tints of Ce Soir #9E78AB
RGB
CMYK
RGB Variations
Color information
#9E78AB (or 0x9E78AB) is known color: Ce Soir. HEX triplet: 9E, 78 and AB. RGB value is (158,120,171). Sum of RGB (Red+Green+Blue) = 158+120+171=449 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.19% from 449); Green value is 120 (47.27% from 255 or 26.73% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E78AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E78AB is #618754. Grayscale: #898989. Windows color (decimal): -6391637 or 11237534. OLE color: 11237534.
HSL color Cylindrical-coordinate representation of color #9E78AB: hue angle of 284.71º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9E78AB is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 120 | 171 | - |
| CMYK | 0.08 | 0.30 | 0 | 0.33 |
| HSL | 284.71º | 0.23% | 0.57% | - |
| HSV(B) | 284.71º | 0.3% | 0.67% | - |
| XYZ | 28.17 | 23.64 | 41.61 | - |
| YUV | 137.18 | 147.09 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 120 | 171 | 0.08 | 0.30 | 0 | 0.33 | 284.71 | 0.23 | 0.57 |
| Hex | 9E | 78 | AB | 8 | 1E | 0 | 21 | 11D | 17 | 39 |
| Octal | 236 | 170 | 253 | 10 | 36 | 0 | 41 | 435 | 27 | 71 |
| Binary | 10011110 | 1111000 | 10101011 | 1000 | 11110 | 0 | 100001 | 100011101 | 10111 | 111001 |
Color Harmonies of #9E78AB
Complementary color
Monochromatic Colors of #9E78AB
Black with #9E78AB
Text Example
Text Example
White with #9E78AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E78AB; }
p { color: rgb(158,120,171); }
H1.HeaderClassName
{
color: #9E78AB;
}
.AnyTagClassName
{
color: #9E78AB;
}
</style>
background-color css
<style>
a { background-color: #9E78AB; }
a { background-color: rgb(158,120,171); }
div.DivClassName
{
background-color: #9E78AB;
}
.BgClassName
{
background-color: #9E78AB;
}
</style>
border-color css
<style>
span { border-color: #9E78AB; }
span { border-color: rgb(158,120,171); }
td.TdClassName
{
border-color: #9E78AB;
}
.TagClassName
{
border-color: #9E78AB;
}
</style>