Label the colors as $1,...,9$.
Let $X=\{1,...,9\}$.
For each subset $S$ of $X$, let $S'=\{x\in X\mid x\notin S\}$.
Let $A$ be the set of subsets of $X$ with at least $5$ elements.
Our goal is to find $|A|$.
Let $B$ be the set of subsets of $X$ with at most $4$ elements.
It's easily seen that the map $S\mapsto S'$ is a bijection from $A$ to $B$, hence $|A|=|B|$.
Let $P(X)$ be the set of subsets of $X$.
From $|X|=9$, we get $|P(X)|=2^9$.
Noting that $P(X)=A\cup B$, and $A\cap B={\large{\varnothing}}$, it follows that
$$2^9=|P(X)|=|A|+|B|=2|A|$$
hence $|A|=2^8=256$.
So that's one way to find $|A|$.
As an alternative, more elementary approach, we can use the binomial theorem . . .
\begin{align*}
2^9&=(1+1)^9\\[4pt]
&={\small{\binom{9}{0}}}+\cdots +{\small{\binom{9}{9}}}\\[4pt]
&=
\left({\small{\binom{9}{5}}}+{\small{\binom{9}{4}}}\right)
+
\left({\small{\binom{9}{6}}}+{\small{\binom{9}{3}}}\right)
+
\left({\small{\binom{9}{7}}}+{\small{\binom{9}{2}}}\right)
+
\left({\small{\binom{9}{8}}}+{\small{\binom{9}{1}}}\right)
+
\left({\small{\binom{9}{9}}}+{\small{\binom{9}{0}}}\right)\\[4pt]
&=2
\left({\small{\binom{9}{5}}}+\cdots+{\small{\binom{9}{9}}}\right)\\[4pt]
&=2|A|\\[4pt]
\end{align*}
hence $|A|=2^8=256$, the same result as in the first method.