Shades of Ce Soir #9C7CAE
Tints of Ce Soir #9C7CAE
RGB
CMYK
RGB Variations
Color information
#9C7CAE (or 0x9C7CAE) is known color: Ce Soir. HEX triplet: 9C, 7C and AE. RGB value is (156,124,174). Sum of RGB (Red+Green+Blue) = 156+124+174=454 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.36% from 454); Green value is 124 (48.83% from 255 or 27.31% from 454); Blue value is 174 (68.36% from 255 or 38.33% from 454); Max value from RGB is 174 - color contains mainly: blue. Hex color #9C7CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7CAE is #638351. Grayscale: #8B8B8B. Windows color (decimal): -6521682 or 11435164. OLE color: 11435164.
HSL color Cylindrical-coordinate representation of color #9C7CAE: hue angle of 278.4º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9C7CAE is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 156 | 124 | 174 | - |
| CMYK | 0.10 | 0.29 | 0 | 0.32 |
| HSL | 278.4º | 0.24% | 0.58% | - |
| HSV(B) | 278.4º | 0.29% | 0.68% | - |
| XYZ | 28.56 | 24.54 | 43.28 | - |
| YUV | 139.27 | 147.6 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 124 | 174 | 0.10 | 0.29 | 0 | 0.32 | 278.4 | 0.24 | 0.58 |
| Hex | 9C | 7C | AE | A | 1D | 0 | 20 | 116 | 18 | 3A |
| Octal | 234 | 174 | 256 | 12 | 35 | 0 | 40 | 426 | 30 | 72 |
| Binary | 10011100 | 1111100 | 10101110 | 1010 | 11101 | 0 | 100000 | 100010110 | 11000 | 111010 |
Color Harmonies of #9C7CAE
Complementary color
Monochromatic Colors of #9C7CAE
Black with #9C7CAE
Text Example
Text Example
White with #9C7CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7CAE; }
p { color: rgb(156,124,174); }
H1.HeaderClassName
{
color: #9C7CAE;
}
.AnyTagClassName
{
color: #9C7CAE;
}
</style>
background-color css
<style>
a { background-color: #9C7CAE; }
a { background-color: rgb(156,124,174); }
div.DivClassName
{
background-color: #9C7CAE;
}
.BgClassName
{
background-color: #9C7CAE;
}
</style>
border-color css
<style>
span { border-color: #9C7CAE; }
span { border-color: rgb(156,124,174); }
td.TdClassName
{
border-color: #9C7CAE;
}
.TagClassName
{
border-color: #9C7CAE;
}
</style>