Shades of Ce Soir #9666A7
Tints of Ce Soir #9666A7
RGB
CMYK
RGB Variations
Color information
#9666A7 (or 0x9666A7) is known color: Ce Soir. HEX triplet: 96, 66 and A7. RGB value is (150,102,167). Sum of RGB (Red+Green+Blue) = 150+102+167=419 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.80% from 419); Green value is 102 (40.23% from 255 or 24.34% from 419); Blue value is 167 (65.62% from 255 or 39.86% from 419); Max value from RGB is 167 - color contains mainly: blue. Hex color #9666A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9666A7 is #699958. Grayscale: #7B7B7B. Windows color (decimal): -6920537 or 10970774. OLE color: 10970774.
HSL color Cylindrical-coordinate representation of color #9666A7: hue angle of 284.31º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9666A7 is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 150 | 102 | 167 | - |
| CMYK | 0.10 | 0.39 | 0 | 0.35 |
| HSL | 284.31º | 0.27% | 0.53% | - |
| HSV(B) | 284.31º | 0.39% | 0.65% | - |
| XYZ | 24.3 | 18.78 | 38.9 | - |
| YUV | 123.76 | 152.4 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 102 | 167 | 0.10 | 0.39 | 0 | 0.35 | 284.31 | 0.27 | 0.53 |
| Hex | 96 | 66 | A7 | A | 27 | 0 | 23 | 11C | 1B | 35 |
| Octal | 226 | 146 | 247 | 12 | 47 | 0 | 43 | 434 | 33 | 65 |
| Binary | 10010110 | 1100110 | 10100111 | 1010 | 100111 | 0 | 100011 | 100011100 | 11011 | 110101 |
Color Harmonies of #9666A7
Complementary color
Monochromatic Colors of #9666A7
Black with #9666A7
Text Example
Text Example
White with #9666A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9666A7; }
p { color: rgb(150,102,167); }
H1.HeaderClassName
{
color: #9666A7;
}
.AnyTagClassName
{
color: #9666A7;
}
</style>
background-color css
<style>
a { background-color: #9666A7; }
a { background-color: rgb(150,102,167); }
div.DivClassName
{
background-color: #9666A7;
}
.BgClassName
{
background-color: #9666A7;
}
</style>
border-color css
<style>
span { border-color: #9666A7; }
span { border-color: rgb(150,102,167); }
td.TdClassName
{
border-color: #9666A7;
}
.TagClassName
{
border-color: #9666A7;
}
</style>