Shades of Ce Soir #9676AD
Tints of Ce Soir #9676AD
RGB
CMYK
RGB Variations
Color information
#9676AD (or 0x9676AD) is known color: Ce Soir. HEX triplet: 96, 76 and AD. RGB value is (150,118,173). Sum of RGB (Red+Green+Blue) = 150+118+173=441 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.01% from 441); Green value is 118 (46.48% from 255 or 26.76% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 173 - color contains mainly: blue. Hex color #9676AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9676AD is #698952. Grayscale: #858585. Windows color (decimal): -6916435 or 11368086. OLE color: 11368086.
HSL color Cylindrical-coordinate representation of color #9676AD: hue angle of 274.91º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9676AD is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 118 | 173 | - |
| CMYK | 0.13 | 0.32 | 0 | 0.32 |
| HSL | 274.91º | 0.25% | 0.57% | - |
| HSV(B) | 274.91º | 0.32% | 0.68% | - |
| XYZ | 26.6 | 22.46 | 42.47 | - |
| YUV | 133.84 | 150.1 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 118 | 173 | 0.13 | 0.32 | 0 | 0.32 | 274.91 | 0.25 | 0.57 |
| Hex | 96 | 76 | AD | D | 20 | 0 | 20 | 113 | 19 | 39 |
| Octal | 226 | 166 | 255 | 15 | 40 | 0 | 40 | 423 | 31 | 71 |
| Binary | 10010110 | 1110110 | 10101101 | 1101 | 100000 | 0 | 100000 | 100010011 | 11001 | 111001 |
Color Harmonies of #9676AD
Complementary color
Monochromatic Colors of #9676AD
Black with #9676AD
Text Example
Text Example
White with #9676AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9676AD; }
p { color: rgb(150,118,173); }
H1.HeaderClassName
{
color: #9676AD;
}
.AnyTagClassName
{
color: #9676AD;
}
</style>
background-color css
<style>
a { background-color: #9676AD; }
a { background-color: rgb(150,118,173); }
div.DivClassName
{
background-color: #9676AD;
}
.BgClassName
{
background-color: #9676AD;
}
</style>
border-color css
<style>
span { border-color: #9676AD; }
span { border-color: rgb(150,118,173); }
td.TdClassName
{
border-color: #9676AD;
}
.TagClassName
{
border-color: #9676AD;
}
</style>