Shades of Ce Soir #9668AA
Tints of Ce Soir #9668AA
RGB
CMYK
RGB Variations
Color information
#9668AA (or 0x9668AA) is known color: Ce Soir. HEX triplet: 96, 68 and AA. RGB value is (150,104,170). Sum of RGB (Red+Green+Blue) = 150+104+170=424 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.38% from 424); Green value is 104 (41.02% from 255 or 24.53% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 170 - color contains mainly: blue. Hex color #9668AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9668AA is #699755. Grayscale: #7D7D7D. Windows color (decimal): -6920022 or 11167894. OLE color: 11167894.
HSL color Cylindrical-coordinate representation of color #9668AA: hue angle of 281.82º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9668AA is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 104 | 170 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.33 |
| HSL | 281.82º | 0.28% | 0.54% | - |
| HSV(B) | 281.82º | 0.39% | 0.67% | - |
| XYZ | 24.78 | 19.29 | 40.45 | - |
| YUV | 125.28 | 153.24 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 104 | 170 | 0.12 | 0.39 | 0 | 0.33 | 281.82 | 0.28 | 0.54 |
| Hex | 96 | 68 | AA | C | 27 | 0 | 21 | 11A | 1C | 36 |
| Octal | 226 | 150 | 252 | 14 | 47 | 0 | 41 | 432 | 34 | 66 |
| Binary | 10010110 | 1101000 | 10101010 | 1100 | 100111 | 0 | 100001 | 100011010 | 11100 | 110110 |
Color Harmonies of #9668AA
Complementary color
Monochromatic Colors of #9668AA
Black with #9668AA
Text Example
Text Example
White with #9668AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9668AA; }
p { color: rgb(150,104,170); }
H1.HeaderClassName
{
color: #9668AA;
}
.AnyTagClassName
{
color: #9668AA;
}
</style>
background-color css
<style>
a { background-color: #9668AA; }
a { background-color: rgb(150,104,170); }
div.DivClassName
{
background-color: #9668AA;
}
.BgClassName
{
background-color: #9668AA;
}
</style>
border-color css
<style>
span { border-color: #9668AA; }
span { border-color: rgb(150,104,170); }
td.TdClassName
{
border-color: #9668AA;
}
.TagClassName
{
border-color: #9668AA;
}
</style>