Shades of Ce Soir #9977AB
Tints of Ce Soir #9977AB
RGB
CMYK
RGB Variations
Color information
#9977AB (or 0x9977AB) is known color: Ce Soir. HEX triplet: 99, 77 and AB. RGB value is (153,119,171). Sum of RGB (Red+Green+Blue) = 153+119+171=443 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.54% from 443); Green value is 119 (46.88% from 255 or 26.86% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 171 - color contains mainly: blue. Hex color #9977AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9977AB is #668854. Grayscale: #868686. Windows color (decimal): -6719573 or 11237273. OLE color: 11237273.
HSL color Cylindrical-coordinate representation of color #9977AB: hue angle of 279.23º degrees, saturation: 0.24, 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 #9977AB is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 119 | 171 | - |
| CMYK | 0.11 | 0.30 | 0 | 0.33 |
| HSL | 279.23º | 0.24% | 0.57% | - |
| HSV(B) | 279.23º | 0.3% | 0.67% | - |
| XYZ | 27.08 | 22.91 | 41.52 | - |
| YUV | 135.09 | 148.26 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 119 | 171 | 0.11 | 0.30 | 0 | 0.33 | 279.23 | 0.24 | 0.57 |
| Hex | 99 | 77 | AB | B | 1E | 0 | 21 | 117 | 18 | 39 |
| Octal | 231 | 167 | 253 | 13 | 36 | 0 | 41 | 427 | 30 | 71 |
| Binary | 10011001 | 1110111 | 10101011 | 1011 | 11110 | 0 | 100001 | 100010111 | 11000 | 111001 |
Color Harmonies of #9977AB
Complementary color
Monochromatic Colors of #9977AB
Black with #9977AB
Text Example
Text Example
White with #9977AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9977AB; }
p { color: rgb(153,119,171); }
H1.HeaderClassName
{
color: #9977AB;
}
.AnyTagClassName
{
color: #9977AB;
}
</style>
background-color css
<style>
a { background-color: #9977AB; }
a { background-color: rgb(153,119,171); }
div.DivClassName
{
background-color: #9977AB;
}
.BgClassName
{
background-color: #9977AB;
}
</style>
border-color css
<style>
span { border-color: #9977AB; }
span { border-color: rgb(153,119,171); }
td.TdClassName
{
border-color: #9977AB;
}
.TagClassName
{
border-color: #9977AB;
}
</style>