Shades of Ce Soir #9678AB
Tints of Ce Soir #9678AB
RGB
CMYK
RGB Variations
Color information
#9678AB (or 0x9678AB) is known color: Ce Soir. HEX triplet: 96, 78 and AB. RGB value is (150,120,171). Sum of RGB (Red+Green+Blue) = 150+120+171=441 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.01% from 441); Green value is 120 (47.27% from 255 or 27.21% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 171 - color contains mainly: blue. Hex color #9678AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9678AB is #698754. Grayscale: #868686. Windows color (decimal): -6915925 or 11237526. OLE color: 11237526.
HSL color Cylindrical-coordinate representation of color #9678AB: hue angle of 275.29º 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 #9678AB is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 120 | 171 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.33 |
| HSL | 275.29º | 0.23% | 0.57% | - |
| HSV(B) | 275.29º | 0.3% | 0.67% | - |
| XYZ | 26.64 | 22.86 | 41.54 | - |
| YUV | 134.78 | 148.44 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 120 | 171 | 0.12 | 0.30 | 0 | 0.33 | 275.29 | 0.23 | 0.57 |
| Hex | 96 | 78 | AB | C | 1E | 0 | 21 | 113 | 17 | 39 |
| Octal | 226 | 170 | 253 | 14 | 36 | 0 | 41 | 423 | 27 | 71 |
| Binary | 10010110 | 1111000 | 10101011 | 1100 | 11110 | 0 | 100001 | 100010011 | 10111 | 111001 |
Color Harmonies of #9678AB
Complementary color
Monochromatic Colors of #9678AB
Black with #9678AB
Text Example
Text Example
White with #9678AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9678AB; }
p { color: rgb(150,120,171); }
H1.HeaderClassName
{
color: #9678AB;
}
.AnyTagClassName
{
color: #9678AB;
}
</style>
background-color css
<style>
a { background-color: #9678AB; }
a { background-color: rgb(150,120,171); }
div.DivClassName
{
background-color: #9678AB;
}
.BgClassName
{
background-color: #9678AB;
}
</style>
border-color css
<style>
span { border-color: #9678AB; }
span { border-color: rgb(150,120,171); }
td.TdClassName
{
border-color: #9678AB;
}
.TagClassName
{
border-color: #9678AB;
}
</style>