Shades of Ce Soir #9666AA
Tints of Ce Soir #9666AA
RGB
CMYK
RGB Variations
Color information
#9666AA (or 0x9666AA) is known color: Ce Soir. HEX triplet: 96, 66 and AA. RGB value is (150,102,170). Sum of RGB (Red+Green+Blue) = 150+102+170=422 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.55% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 170 - color contains mainly: blue. Hex color #9666AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9666AA is #699955. Grayscale: #7B7B7B. Windows color (decimal): -6920534 or 11167382. OLE color: 11167382.
HSL color Cylindrical-coordinate representation of color #9666AA: hue angle of 282.35º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9666AA is Cyan = 0.12, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 102 | 170 | - |
| CMYK | 0.12 | 0.4 | 0 | 0.33 |
| HSL | 282.35º | 0.29% | 0.53% | - |
| HSV(B) | 282.35º | 0.4% | 0.67% | - |
| XYZ | 24.58 | 18.89 | 40.38 | - |
| YUV | 124.1 | 153.9 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 102 | 170 | 0.12 | 0.4 | 0 | 0.33 | 282.35 | 0.29 | 0.53 |
| Hex | 96 | 66 | AA | C | 28 | 0 | 21 | 11A | 1D | 35 |
| Octal | 226 | 146 | 252 | 14 | 50 | 0 | 41 | 432 | 35 | 65 |
| Binary | 10010110 | 1100110 | 10101010 | 1100 | 101000 | 0 | 100001 | 100011010 | 11101 | 110101 |
Color Harmonies of #9666AA
Complementary color
Monochromatic Colors of #9666AA
Black with #9666AA
Text Example
Text Example
White with #9666AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9666AA; }
p { color: rgb(150,102,170); }
H1.HeaderClassName
{
color: #9666AA;
}
.AnyTagClassName
{
color: #9666AA;
}
</style>
background-color css
<style>
a { background-color: #9666AA; }
a { background-color: rgb(150,102,170); }
div.DivClassName
{
background-color: #9666AA;
}
.BgClassName
{
background-color: #9666AA;
}
</style>
border-color css
<style>
span { border-color: #9666AA; }
span { border-color: rgb(150,102,170); }
td.TdClassName
{
border-color: #9666AA;
}
.TagClassName
{
border-color: #9666AA;
}
</style>