Shades of Ce Soir #9C78AC
Tints of Ce Soir #9C78AC
RGB
CMYK
RGB Variations
Color information
#9C78AC (or 0x9C78AC) is known color: Ce Soir. HEX triplet: 9C, 78 and AC. RGB value is (156,120,172). Sum of RGB (Red+Green+Blue) = 156+120+172=448 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.82% from 448); Green value is 120 (47.27% from 255 or 26.79% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 172 - color contains mainly: blue. Hex color #9C78AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C78AC is #638753. Grayscale: #888888. Windows color (decimal): -6522708 or 11303068. OLE color: 11303068.
HSL color Cylindrical-coordinate representation of color #9C78AC: hue angle of 281.54º degrees, saturation: 0.24, 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 #9C78AC is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 120 | 172 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.33 |
| HSL | 281.54º | 0.24% | 0.57% | - |
| HSV(B) | 281.54º | 0.3% | 0.67% | - |
| XYZ | 27.87 | 23.48 | 42.09 | - |
| YUV | 136.69 | 147.93 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 120 | 172 | 0.09 | 0.30 | 0 | 0.33 | 281.54 | 0.24 | 0.57 |
| Hex | 9C | 78 | AC | 9 | 1E | 0 | 21 | 11A | 18 | 39 |
| Octal | 234 | 170 | 254 | 11 | 36 | 0 | 41 | 432 | 30 | 71 |
| Binary | 10011100 | 1111000 | 10101100 | 1001 | 11110 | 0 | 100001 | 100011010 | 11000 | 111001 |
Color Harmonies of #9C78AC
Complementary color
Monochromatic Colors of #9C78AC
Black with #9C78AC
Text Example
Text Example
White with #9C78AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C78AC; }
p { color: rgb(156,120,172); }
H1.HeaderClassName
{
color: #9C78AC;
}
.AnyTagClassName
{
color: #9C78AC;
}
</style>
background-color css
<style>
a { background-color: #9C78AC; }
a { background-color: rgb(156,120,172); }
div.DivClassName
{
background-color: #9C78AC;
}
.BgClassName
{
background-color: #9C78AC;
}
</style>
border-color css
<style>
span { border-color: #9C78AC; }
span { border-color: rgb(156,120,172); }
td.TdClassName
{
border-color: #9C78AC;
}
.TagClassName
{
border-color: #9C78AC;
}
</style>