Shades of Ce Soir #9965A9
Tints of Ce Soir #9965A9
RGB
CMYK
RGB Variations
Color information
#9965A9 (or 0x9965A9) is known color: Ce Soir. HEX triplet: 99, 65 and A9. RGB value is (153,101,169). Sum of RGB (Red+Green+Blue) = 153+101+169=423 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.17% from 423); Green value is 101 (39.84% from 255 or 23.88% from 423); Blue value is 169 (66.41% from 255 or 39.95% from 423); Max value from RGB is 169 - color contains mainly: blue. Hex color #9965A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9965A9 is #669A56. Grayscale: #7C7C7C. Windows color (decimal): -6724183 or 11101593. OLE color: 11101593.
HSL color Cylindrical-coordinate representation of color #9965A9: hue angle of 285.88º 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 #9965A9 is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 153 | 101 | 169 | - |
| CMYK | 0.09 | 0.40 | 0 | 0.34 |
| HSL | 285.88º | 0.28% | 0.53% | - |
| HSV(B) | 285.88º | 0.4% | 0.66% | - |
| XYZ | 24.95 | 18.94 | 39.88 | - |
| YUV | 124.3 | 153.23 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 101 | 169 | 0.09 | 0.40 | 0 | 0.34 | 285.88 | 0.28 | 0.53 |
| Hex | 99 | 65 | A9 | 9 | 28 | 0 | 22 | 11E | 1C | 35 |
| Octal | 231 | 145 | 251 | 11 | 50 | 0 | 42 | 436 | 34 | 65 |
| Binary | 10011001 | 1100101 | 10101001 | 1001 | 101000 | 0 | 100010 | 100011110 | 11100 | 110101 |
Color Harmonies of #9965A9
Complementary color
Monochromatic Colors of #9965A9
Black with #9965A9
Text Example
Text Example
White with #9965A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9965A9; }
p { color: rgb(153,101,169); }
H1.HeaderClassName
{
color: #9965A9;
}
.AnyTagClassName
{
color: #9965A9;
}
</style>
background-color css
<style>
a { background-color: #9965A9; }
a { background-color: rgb(153,101,169); }
div.DivClassName
{
background-color: #9965A9;
}
.BgClassName
{
background-color: #9965A9;
}
</style>
border-color css
<style>
span { border-color: #9965A9; }
span { border-color: rgb(153,101,169); }
td.TdClassName
{
border-color: #9965A9;
}
.TagClassName
{
border-color: #9965A9;
}
</style>