Shades of Ce Soir #9C7BAC
Tints of Ce Soir #9C7BAC
RGB
CMYK
RGB Variations
Color information
#9C7BAC (or 0x9C7BAC) is known color: Ce Soir. HEX triplet: 9C, 7B and AC. RGB value is (156,123,172). Sum of RGB (Red+Green+Blue) = 156+123+172=451 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.59% from 451); Green value is 123 (48.44% from 255 or 27.27% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 172 - color contains mainly: blue. Hex color #9C7BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7BAC is #638453. Grayscale: #8A8A8A. Windows color (decimal): -6521940 or 11303836. OLE color: 11303836.
HSL color Cylindrical-coordinate representation of color #9C7BAC: hue angle of 280.41º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9C7BAC is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 123 | 172 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.33 |
| HSL | 280.41º | 0.23% | 0.58% | - |
| HSV(B) | 280.41º | 0.28% | 0.67% | - |
| XYZ | 28.24 | 24.21 | 42.21 | - |
| YUV | 138.45 | 146.93 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 123 | 172 | 0.09 | 0.28 | 0 | 0.33 | 280.41 | 0.23 | 0.58 |
| Hex | 9C | 7B | AC | 9 | 1C | 0 | 21 | 118 | 17 | 3A |
| Octal | 234 | 173 | 254 | 11 | 34 | 0 | 41 | 430 | 27 | 72 |
| Binary | 10011100 | 1111011 | 10101100 | 1001 | 11100 | 0 | 100001 | 100011000 | 10111 | 111010 |
Color Harmonies of #9C7BAC
Complementary color
Monochromatic Colors of #9C7BAC
Black with #9C7BAC
Text Example
Text Example
White with #9C7BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7BAC; }
p { color: rgb(156,123,172); }
H1.HeaderClassName
{
color: #9C7BAC;
}
.AnyTagClassName
{
color: #9C7BAC;
}
</style>
background-color css
<style>
a { background-color: #9C7BAC; }
a { background-color: rgb(156,123,172); }
div.DivClassName
{
background-color: #9C7BAC;
}
.BgClassName
{
background-color: #9C7BAC;
}
</style>
border-color css
<style>
span { border-color: #9C7BAC; }
span { border-color: rgb(156,123,172); }
td.TdClassName
{
border-color: #9C7BAC;
}
.TagClassName
{
border-color: #9C7BAC;
}
</style>