Shades of Ce Soir #9677AA
Tints of Ce Soir #9677AA
RGB
CMYK
RGB Variations
Color information
#9677AA (or 0x9677AA) is known color: Ce Soir. HEX triplet: 96, 77 and AA. RGB value is (150,119,170). Sum of RGB (Red+Green+Blue) = 150+119+170=439 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.17% from 439); Green value is 119 (46.88% from 255 or 27.11% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 170 - color contains mainly: blue. Hex color #9677AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9677AA is #698855. Grayscale: #858585. Windows color (decimal): -6916182 or 11171734. OLE color: 11171734.
HSL color Cylindrical-coordinate representation of color #9677AA: hue angle of 276.47º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9677AA is Cyan = 0.12, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 119 | 170 | - |
| CMYK | 0.12 | 0.3 | 0 | 0.33 |
| HSL | 276.47º | 0.23% | 0.57% | - |
| HSV(B) | 276.47º | 0.3% | 0.67% | - |
| XYZ | 26.43 | 22.58 | 41 | - |
| YUV | 134.08 | 148.27 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 119 | 170 | 0.12 | 0.3 | 0 | 0.33 | 276.47 | 0.23 | 0.57 |
| Hex | 96 | 77 | AA | C | 1E | 0 | 21 | 114 | 17 | 39 |
| Octal | 226 | 167 | 252 | 14 | 36 | 0 | 41 | 424 | 27 | 71 |
| Binary | 10010110 | 1110111 | 10101010 | 1100 | 11110 | 0 | 100001 | 100010100 | 10111 | 111001 |
Color Harmonies of #9677AA
Complementary color
Monochromatic Colors of #9677AA
Black with #9677AA
Text Example
Text Example
White with #9677AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9677AA; }
p { color: rgb(150,119,170); }
H1.HeaderClassName
{
color: #9677AA;
}
.AnyTagClassName
{
color: #9677AA;
}
</style>
background-color css
<style>
a { background-color: #9677AA; }
a { background-color: rgb(150,119,170); }
div.DivClassName
{
background-color: #9677AA;
}
.BgClassName
{
background-color: #9677AA;
}
</style>
border-color css
<style>
span { border-color: #9677AA; }
span { border-color: rgb(150,119,170); }
td.TdClassName
{
border-color: #9677AA;
}
.TagClassName
{
border-color: #9677AA;
}
</style>