Shades of Ce Soir #9967A9
Tints of Ce Soir #9967A9
RGB
CMYK
RGB Variations
Color information
#9967A9 (or 0x9967A9) is known color: Ce Soir. HEX triplet: 99, 67 and A9. RGB value is (153,103,169). Sum of RGB (Red+Green+Blue) = 153+103+169=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 103 (40.62% from 255 or 24.24% from 425); Blue value is 169 (66.41% from 255 or 39.76% from 425); Max value from RGB is 169 - color contains mainly: blue. Hex color #9967A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9967A9 is #669856. Grayscale: #7D7D7D. Windows color (decimal): -6723671 or 11102105. OLE color: 11102105.
HSL color Cylindrical-coordinate representation of color #9967A9: hue angle of 285.45º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9967A9 is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 153 | 103 | 169 | - |
| CMYK | 0.09 | 0.39 | 0 | 0.34 |
| HSL | 285.45º | 0.28% | 0.53% | - |
| HSV(B) | 285.45º | 0.39% | 0.66% | - |
| XYZ | 25.15 | 19.34 | 39.94 | - |
| YUV | 125.47 | 152.57 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 103 | 169 | 0.09 | 0.39 | 0 | 0.34 | 285.45 | 0.28 | 0.53 |
| Hex | 99 | 67 | A9 | 9 | 27 | 0 | 22 | 11D | 1C | 35 |
| Octal | 231 | 147 | 251 | 11 | 47 | 0 | 42 | 435 | 34 | 65 |
| Binary | 10011001 | 1100111 | 10101001 | 1001 | 100111 | 0 | 100010 | 100011101 | 11100 | 110101 |
Color Harmonies of #9967A9
Complementary color
Monochromatic Colors of #9967A9
Black with #9967A9
Text Example
Text Example
White with #9967A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9967A9; }
p { color: rgb(153,103,169); }
H1.HeaderClassName
{
color: #9967A9;
}
.AnyTagClassName
{
color: #9967A9;
}
</style>
background-color css
<style>
a { background-color: #9967A9; }
a { background-color: rgb(153,103,169); }
div.DivClassName
{
background-color: #9967A9;
}
.BgClassName
{
background-color: #9967A9;
}
</style>
border-color css
<style>
span { border-color: #9967A9; }
span { border-color: rgb(153,103,169); }
td.TdClassName
{
border-color: #9967A9;
}
.TagClassName
{
border-color: #9967A9;
}
</style>