Shades of Ce Soir #9C7CAD
Tints of Ce Soir #9C7CAD
RGB
CMYK
RGB Variations
Color information
#9C7CAD (or 0x9C7CAD) is known color: Ce Soir. HEX triplet: 9C, 7C and AD. RGB value is (156,124,173). Sum of RGB (Red+Green+Blue) = 156+124+173=453 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.44% from 453); Green value is 124 (48.83% from 255 or 27.37% from 453); Blue value is 173 (67.97% from 255 or 38.19% from 453); Max value from RGB is 173 - color contains mainly: blue. Hex color #9C7CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7CAD is #638352. Grayscale: #8A8A8A. Windows color (decimal): -6521683 or 11369628. OLE color: 11369628.
HSL color Cylindrical-coordinate representation of color #9C7CAD: hue angle of 279.18º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9C7CAD is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 156 | 124 | 173 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.32 |
| HSL | 279.18º | 0.23% | 0.58% | - |
| HSV(B) | 279.18º | 0.28% | 0.68% | - |
| XYZ | 28.46 | 24.5 | 42.76 | - |
| YUV | 139.15 | 147.1 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 124 | 173 | 0.10 | 0.28 | 0 | 0.32 | 279.18 | 0.23 | 0.58 |
| Hex | 9C | 7C | AD | A | 1C | 0 | 20 | 117 | 17 | 3A |
| Octal | 234 | 174 | 255 | 12 | 34 | 0 | 40 | 427 | 27 | 72 |
| Binary | 10011100 | 1111100 | 10101101 | 1010 | 11100 | 0 | 100000 | 100010111 | 10111 | 111010 |
Color Harmonies of #9C7CAD
Complementary color
Monochromatic Colors of #9C7CAD
Black with #9C7CAD
Text Example
Text Example
White with #9C7CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7CAD; }
p { color: rgb(156,124,173); }
H1.HeaderClassName
{
color: #9C7CAD;
}
.AnyTagClassName
{
color: #9C7CAD;
}
</style>
background-color css
<style>
a { background-color: #9C7CAD; }
a { background-color: rgb(156,124,173); }
div.DivClassName
{
background-color: #9C7CAD;
}
.BgClassName
{
background-color: #9C7CAD;
}
</style>
border-color css
<style>
span { border-color: #9C7CAD; }
span { border-color: rgb(156,124,173); }
td.TdClassName
{
border-color: #9C7CAD;
}
.TagClassName
{
border-color: #9C7CAD;
}
</style>