Shades of Ce Soir #9966A9
Tints of Ce Soir #9966A9
RGB
CMYK
RGB Variations
Color information
#9966A9 (or 0x9966A9) is known color: Ce Soir. HEX triplet: 99, 66 and A9. RGB value is (153,102,169). Sum of RGB (Red+Green+Blue) = 153+102+169=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 102 (40.23% from 255 or 24.06% from 424); Blue value is 169 (66.41% from 255 or 39.86% from 424); Max value from RGB is 169 - color contains mainly: blue. Hex color #9966A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9966A9 is #669956. Grayscale: #7C7C7C. Windows color (decimal): -6723927 or 11101849. OLE color: 11101849.
HSL color Cylindrical-coordinate representation of color #9966A9: hue angle of 285.67º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9966A9 is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 153 | 102 | 169 | - |
| CMYK | 0.09 | 0.40 | 0 | 0.34 |
| HSL | 285.67º | 0.28% | 0.53% | - |
| HSV(B) | 285.67º | 0.4% | 0.66% | - |
| XYZ | 25.05 | 19.14 | 39.91 | - |
| YUV | 124.89 | 152.9 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 102 | 169 | 0.09 | 0.40 | 0 | 0.34 | 285.67 | 0.28 | 0.53 |
| Hex | 99 | 66 | A9 | 9 | 28 | 0 | 22 | 11E | 1C | 35 |
| Octal | 231 | 146 | 251 | 11 | 50 | 0 | 42 | 436 | 34 | 65 |
| Binary | 10011001 | 1100110 | 10101001 | 1001 | 101000 | 0 | 100010 | 100011110 | 11100 | 110101 |
Color Harmonies of #9966A9
Complementary color
Monochromatic Colors of #9966A9
Black with #9966A9
Text Example
Text Example
White with #9966A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9966A9; }
p { color: rgb(153,102,169); }
H1.HeaderClassName
{
color: #9966A9;
}
.AnyTagClassName
{
color: #9966A9;
}
</style>
background-color css
<style>
a { background-color: #9966A9; }
a { background-color: rgb(153,102,169); }
div.DivClassName
{
background-color: #9966A9;
}
.BgClassName
{
background-color: #9966A9;
}
</style>
border-color css
<style>
span { border-color: #9966A9; }
span { border-color: rgb(153,102,169); }
td.TdClassName
{
border-color: #9966A9;
}
.TagClassName
{
border-color: #9966A9;
}
</style>