Shades of Ce Soir #9976AD
Tints of Ce Soir #9976AD
RGB
CMYK
RGB Variations
Color information
#9976AD (or 0x9976AD) is known color: Ce Soir. HEX triplet: 99, 76 and AD. RGB value is (153,118,173). Sum of RGB (Red+Green+Blue) = 153+118+173=444 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.46% from 444); Green value is 118 (46.48% from 255 or 26.58% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 173 - color contains mainly: blue. Hex color #9976AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9976AD is #668952. Grayscale: #868686. Windows color (decimal): -6719827 or 11368089. OLE color: 11368089.
HSL color Cylindrical-coordinate representation of color #9976AD: hue angle of 278.18º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9976AD is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 118 | 173 | - |
| CMYK | 0.12 | 0.32 | 0 | 0.32 |
| HSL | 278.18º | 0.25% | 0.57% | - |
| HSV(B) | 278.18º | 0.32% | 0.68% | - |
| XYZ | 27.16 | 22.75 | 42.49 | - |
| YUV | 134.74 | 149.6 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 118 | 173 | 0.12 | 0.32 | 0 | 0.32 | 278.18 | 0.25 | 0.57 |
| Hex | 99 | 76 | AD | C | 20 | 0 | 20 | 116 | 19 | 39 |
| Octal | 231 | 166 | 255 | 14 | 40 | 0 | 40 | 426 | 31 | 71 |
| Binary | 10011001 | 1110110 | 10101101 | 1100 | 100000 | 0 | 100000 | 100010110 | 11001 | 111001 |
Color Harmonies of #9976AD
Complementary color
Monochromatic Colors of #9976AD
Black with #9976AD
Text Example
Text Example
White with #9976AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9976AD; }
p { color: rgb(153,118,173); }
H1.HeaderClassName
{
color: #9976AD;
}
.AnyTagClassName
{
color: #9976AD;
}
</style>
background-color css
<style>
a { background-color: #9976AD; }
a { background-color: rgb(153,118,173); }
div.DivClassName
{
background-color: #9976AD;
}
.BgClassName
{
background-color: #9976AD;
}
</style>
border-color css
<style>
span { border-color: #9976AD; }
span { border-color: rgb(153,118,173); }
td.TdClassName
{
border-color: #9976AD;
}
.TagClassName
{
border-color: #9976AD;
}
</style>