Shades of Ce Soir #9D78AB
Tints of Ce Soir #9D78AB
RGB
CMYK
RGB Variations
Color information
#9D78AB (or 0x9D78AB) is known color: Ce Soir. HEX triplet: 9D, 78 and AB. RGB value is (157,120,171). Sum of RGB (Red+Green+Blue) = 157+120+171=448 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.04% from 448); Green value is 120 (47.27% from 255 or 26.79% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 171 - color contains mainly: blue. Hex color #9D78AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D78AB is #628754. Grayscale: #888888. Windows color (decimal): -6457173 or 11237533. OLE color: 11237533.
HSL color Cylindrical-coordinate representation of color #9D78AB: hue angle of 283.53º 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 #9D78AB is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 120 | 171 | - |
| CMYK | 0.08 | 0.30 | 0 | 0.33 |
| HSL | 283.53º | 0.23% | 0.57% | - |
| HSV(B) | 283.53º | 0.3% | 0.67% | - |
| XYZ | 27.97 | 23.54 | 41.6 | - |
| YUV | 136.88 | 147.26 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 120 | 171 | 0.08 | 0.30 | 0 | 0.33 | 283.53 | 0.23 | 0.57 |
| Hex | 9D | 78 | AB | 8 | 1E | 0 | 21 | 11C | 17 | 39 |
| Octal | 235 | 170 | 253 | 10 | 36 | 0 | 41 | 434 | 27 | 71 |
| Binary | 10011101 | 1111000 | 10101011 | 1000 | 11110 | 0 | 100001 | 100011100 | 10111 | 111001 |
Color Harmonies of #9D78AB
Complementary color
Monochromatic Colors of #9D78AB
Black with #9D78AB
Text Example
Text Example
White with #9D78AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D78AB; }
p { color: rgb(157,120,171); }
H1.HeaderClassName
{
color: #9D78AB;
}
.AnyTagClassName
{
color: #9D78AB;
}
</style>
background-color css
<style>
a { background-color: #9D78AB; }
a { background-color: rgb(157,120,171); }
div.DivClassName
{
background-color: #9D78AB;
}
.BgClassName
{
background-color: #9D78AB;
}
</style>
border-color css
<style>
span { border-color: #9D78AB; }
span { border-color: rgb(157,120,171); }
td.TdClassName
{
border-color: #9D78AB;
}
.TagClassName
{
border-color: #9D78AB;
}
</style>