Shades of Ce Soir #9C78AB
Tints of Ce Soir #9C78AB
RGB
CMYK
RGB Variations
Color information
#9C78AB (or 0x9C78AB) is known color: Ce Soir. HEX triplet: 9C, 78 and AB. RGB value is (156,120,171). Sum of RGB (Red+Green+Blue) = 156+120+171=447 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.90% from 447); Green value is 120 (47.27% from 255 or 26.85% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 171 - color contains mainly: blue. Hex color #9C78AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C78AB is #638754. Grayscale: #888888. Windows color (decimal): -6522709 or 11237532. OLE color: 11237532.
HSL color Cylindrical-coordinate representation of color #9C78AB: hue angle of 282.35º 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 #9C78AB is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 120 | 171 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.33 |
| HSL | 282.35º | 0.23% | 0.57% | - |
| HSV(B) | 282.35º | 0.3% | 0.67% | - |
| XYZ | 27.78 | 23.44 | 41.59 | - |
| YUV | 136.58 | 147.43 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 120 | 171 | 0.09 | 0.30 | 0 | 0.33 | 282.35 | 0.23 | 0.57 |
| Hex | 9C | 78 | AB | 9 | 1E | 0 | 21 | 11A | 17 | 39 |
| Octal | 234 | 170 | 253 | 11 | 36 | 0 | 41 | 432 | 27 | 71 |
| Binary | 10011100 | 1111000 | 10101011 | 1001 | 11110 | 0 | 100001 | 100011010 | 10111 | 111001 |
Color Harmonies of #9C78AB
Complementary color
Monochromatic Colors of #9C78AB
Black with #9C78AB
Text Example
Text Example
White with #9C78AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C78AB; }
p { color: rgb(156,120,171); }
H1.HeaderClassName
{
color: #9C78AB;
}
.AnyTagClassName
{
color: #9C78AB;
}
</style>
background-color css
<style>
a { background-color: #9C78AB; }
a { background-color: rgb(156,120,171); }
div.DivClassName
{
background-color: #9C78AB;
}
.BgClassName
{
background-color: #9C78AB;
}
</style>
border-color css
<style>
span { border-color: #9C78AB; }
span { border-color: rgb(156,120,171); }
td.TdClassName
{
border-color: #9C78AB;
}
.TagClassName
{
border-color: #9C78AB;
}
</style>