Shades of Ce Soir #9976AA
Tints of Ce Soir #9976AA
RGB
CMYK
RGB Variations
Color information
#9976AA (or 0x9976AA) is known color: Ce Soir. HEX triplet: 99, 76 and AA. RGB value is (153,118,170). Sum of RGB (Red+Green+Blue) = 153+118+170=441 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.69% from 441); Green value is 118 (46.48% from 255 or 26.76% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 170 - color contains mainly: blue. Hex color #9976AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9976AA is #668955. Grayscale: #868686. Windows color (decimal): -6719830 or 11171481. OLE color: 11171481.
HSL color Cylindrical-coordinate representation of color #9976AA: hue angle of 280.38º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9976AA is Cyan = 0.1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 118 | 170 | - |
| CMYK | 0.1 | 0.31 | 0 | 0.33 |
| HSL | 280.38º | 0.23% | 0.56% | - |
| HSV(B) | 280.38º | 0.31% | 0.67% | - |
| XYZ | 26.87 | 22.63 | 40.98 | - |
| YUV | 134.39 | 148.1 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 118 | 170 | 0.1 | 0.31 | 0 | 0.33 | 280.38 | 0.23 | 0.56 |
| Hex | 99 | 76 | AA | A | 1F | 0 | 21 | 118 | 17 | 38 |
| Octal | 231 | 166 | 252 | 12 | 37 | 0 | 41 | 430 | 27 | 70 |
| Binary | 10011001 | 1110110 | 10101010 | 1010 | 11111 | 0 | 100001 | 100011000 | 10111 | 111000 |
Color Harmonies of #9976AA
Complementary color
Monochromatic Colors of #9976AA
Black with #9976AA
Text Example
Text Example
White with #9976AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9976AA; }
p { color: rgb(153,118,170); }
H1.HeaderClassName
{
color: #9976AA;
}
.AnyTagClassName
{
color: #9976AA;
}
</style>
background-color css
<style>
a { background-color: #9976AA; }
a { background-color: rgb(153,118,170); }
div.DivClassName
{
background-color: #9976AA;
}
.BgClassName
{
background-color: #9976AA;
}
</style>
border-color css
<style>
span { border-color: #9976AA; }
span { border-color: rgb(153,118,170); }
td.TdClassName
{
border-color: #9976AA;
}
.TagClassName
{
border-color: #9976AA;
}
</style>