From Density plot on the surface of sphere
Manipulate[
Graphics[{
RGBColor[
Abs[SphericalHarmonicY[1, 1, θ, Φ]]^2,
Abs[SphericalHarmonicY[1, 0, θ, Φ]]^2,
Abs[SphericalHarmonicY[1, -1, θ, Φ]]^2
],
Disk[]
}],
{θ, 0, 2 π},
{Φ, 0, 2 π}
]