Shades of Ce Soir #9978AB
Tints of Ce Soir #9978AB
RGB
CMYK
RGB Variations
Color information
#9978AB (or 0x9978AB) is known color: Ce Soir. HEX triplet: 99, 78 and AB. RGB value is (153,120,171). Sum of RGB (Red+Green+Blue) = 153+120+171=444 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.46% from 444); Green value is 120 (47.27% from 255 or 27.03% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 171 - color contains mainly: blue. Hex color #9978AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9978AB is #668754. Grayscale: #878787. Windows color (decimal): -6719317 or 11237529. OLE color: 11237529.
HSL color Cylindrical-coordinate representation of color #9978AB: hue angle of 278.82º 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 #9978AB is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 120 | 171 | - |
| CMYK | 0.11 | 0.30 | 0 | 0.33 |
| HSL | 278.82º | 0.23% | 0.57% | - |
| HSV(B) | 278.82º | 0.3% | 0.67% | - |
| XYZ | 27.2 | 23.15 | 41.56 | - |
| YUV | 135.68 | 147.93 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 120 | 171 | 0.11 | 0.30 | 0 | 0.33 | 278.82 | 0.23 | 0.57 |
| Hex | 99 | 78 | AB | B | 1E | 0 | 21 | 117 | 17 | 39 |
| Octal | 231 | 170 | 253 | 13 | 36 | 0 | 41 | 427 | 27 | 71 |
| Binary | 10011001 | 1111000 | 10101011 | 1011 | 11110 | 0 | 100001 | 100010111 | 10111 | 111001 |
Color Harmonies of #9978AB
Complementary color
Monochromatic Colors of #9978AB
Black with #9978AB
Text Example
Text Example
White with #9978AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9978AB; }
p { color: rgb(153,120,171); }
H1.HeaderClassName
{
color: #9978AB;
}
.AnyTagClassName
{
color: #9978AB;
}
</style>
background-color css
<style>
a { background-color: #9978AB; }
a { background-color: rgb(153,120,171); }
div.DivClassName
{
background-color: #9978AB;
}
.BgClassName
{
background-color: #9978AB;
}
</style>
border-color css
<style>
span { border-color: #9978AB; }
span { border-color: rgb(153,120,171); }
td.TdClassName
{
border-color: #9978AB;
}
.TagClassName
{
border-color: #9978AB;
}
</style>