Shades of Ce Soir #9E78AE
Tints of Ce Soir #9E78AE
RGB
CMYK
RGB Variations
Color information
#9E78AE (or 0x9E78AE) is known color: Ce Soir. HEX triplet: 9E, 78 and AE. RGB value is (158,120,174). Sum of RGB (Red+Green+Blue) = 158+120+174=452 (59% of max value = 765). Red value is 158 (62.11% from 255 or 34.96% from 452); Green value is 120 (47.27% from 255 or 26.55% from 452); Blue value is 174 (68.36% from 255 or 38.50% from 452); Max value from RGB is 174 - color contains mainly: blue. Hex color #9E78AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E78AE is #618751. Grayscale: #898989. Windows color (decimal): -6391634 or 11434142. OLE color: 11434142.
HSL color Cylindrical-coordinate representation of color #9E78AE: hue angle of 282.22º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9E78AE is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 158 | 120 | 174 | - |
| CMYK | 0.09 | 0.31 | 0 | 0.32 |
| HSL | 282.22º | 0.25% | 0.58% | - |
| HSV(B) | 282.22º | 0.31% | 0.68% | - |
| XYZ | 28.46 | 23.76 | 43.13 | - |
| YUV | 137.52 | 148.59 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 120 | 174 | 0.09 | 0.31 | 0 | 0.32 | 282.22 | 0.25 | 0.58 |
| Hex | 9E | 78 | AE | 9 | 1F | 0 | 20 | 11A | 19 | 3A |
| Octal | 236 | 170 | 256 | 11 | 37 | 0 | 40 | 432 | 31 | 72 |
| Binary | 10011110 | 1111000 | 10101110 | 1001 | 11111 | 0 | 100000 | 100011010 | 11001 | 111010 |
Color Harmonies of #9E78AE
Complementary color
Monochromatic Colors of #9E78AE
Black with #9E78AE
Text Example
Text Example
White with #9E78AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E78AE; }
p { color: rgb(158,120,174); }
H1.HeaderClassName
{
color: #9E78AE;
}
.AnyTagClassName
{
color: #9E78AE;
}
</style>
background-color css
<style>
a { background-color: #9E78AE; }
a { background-color: rgb(158,120,174); }
div.DivClassName
{
background-color: #9E78AE;
}
.BgClassName
{
background-color: #9E78AE;
}
</style>
border-color css
<style>
span { border-color: #9E78AE; }
span { border-color: rgb(158,120,174); }
td.TdClassName
{
border-color: #9E78AE;
}
.TagClassName
{
border-color: #9E78AE;
}
</style>