Shades of Ce Soir #9661AB
Tints of Ce Soir #9661AB
RGB
CMYK
RGB Variations
Color information
#9661AB (or 0x9661AB) is known color: Ce Soir. HEX triplet: 96, 61 and AB. RGB value is (150,97,171). Sum of RGB (Red+Green+Blue) = 150+97+171=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 97 (38.28% from 255 or 23.21% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 171 - color contains mainly: blue. Hex color #9661AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9661AB is #699E54. Grayscale: #797979. Windows color (decimal): -6921813 or 11231638. OLE color: 11231638.
HSL color Cylindrical-coordinate representation of color #9661AB: hue angle of 282.97º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9661AB is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 97 | 171 | - |
| CMYK | 0.12 | 0.43 | 0 | 0.33 |
| HSL | 282.97º | 0.31% | 0.53% | - |
| HSV(B) | 282.97º | 0.43% | 0.67% | - |
| XYZ | 24.2 | 17.97 | 40.72 | - |
| YUV | 121.28 | 156.06 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 97 | 171 | 0.12 | 0.43 | 0 | 0.33 | 282.97 | 0.31 | 0.53 |
| Hex | 96 | 61 | AB | C | 2B | 0 | 21 | 11B | 1F | 35 |
| Octal | 226 | 141 | 253 | 14 | 53 | 0 | 41 | 433 | 37 | 65 |
| Binary | 10010110 | 1100001 | 10101011 | 1100 | 101011 | 0 | 100001 | 100011011 | 11111 | 110101 |
Color Harmonies of #9661AB
Complementary color
Monochromatic Colors of #9661AB
Black with #9661AB
Text Example
Text Example
White with #9661AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9661AB; }
p { color: rgb(150,97,171); }
H1.HeaderClassName
{
color: #9661AB;
}
.AnyTagClassName
{
color: #9661AB;
}
</style>
background-color css
<style>
a { background-color: #9661AB; }
a { background-color: rgb(150,97,171); }
div.DivClassName
{
background-color: #9661AB;
}
.BgClassName
{
background-color: #9661AB;
}
</style>
border-color css
<style>
span { border-color: #9661AB; }
span { border-color: rgb(150,97,171); }
td.TdClassName
{
border-color: #9661AB;
}
.TagClassName
{
border-color: #9661AB;
}
</style>