Shades of Ce Soir #9D7CAC
Tints of Ce Soir #9D7CAC
RGB
CMYK
RGB Variations
Color information
#9D7CAC (or 0x9D7CAC) is known color: Ce Soir. HEX triplet: 9D, 7C and AC. RGB value is (157,124,172). Sum of RGB (Red+Green+Blue) = 157+124+172=453 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.66% from 453); Green value is 124 (48.83% from 255 or 27.37% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 172 - color contains mainly: blue. Hex color #9D7CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7CAC is #628353. Grayscale: #8B8B8B. Windows color (decimal): -6456148 or 11304093. OLE color: 11304093.
HSL color Cylindrical-coordinate representation of color #9D7CAC: hue angle of 281.25º degrees, saturation: 0.22, 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 #9D7CAC is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 124 | 172 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.33 |
| HSL | 281.25º | 0.22% | 0.58% | - |
| HSV(B) | 281.25º | 0.28% | 0.67% | - |
| XYZ | 28.56 | 24.56 | 42.27 | - |
| YUV | 139.34 | 146.43 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 124 | 172 | 0.09 | 0.28 | 0 | 0.33 | 281.25 | 0.22 | 0.58 |
| Hex | 9D | 7C | AC | 9 | 1C | 0 | 21 | 119 | 16 | 3A |
| Octal | 235 | 174 | 254 | 11 | 34 | 0 | 41 | 431 | 26 | 72 |
| Binary | 10011101 | 1111100 | 10101100 | 1001 | 11100 | 0 | 100001 | 100011001 | 10110 | 111010 |
Color Harmonies of #9D7CAC
Complementary color
Monochromatic Colors of #9D7CAC
Black with #9D7CAC
Text Example
Text Example
White with #9D7CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7CAC; }
p { color: rgb(157,124,172); }
H1.HeaderClassName
{
color: #9D7CAC;
}
.AnyTagClassName
{
color: #9D7CAC;
}
</style>
background-color css
<style>
a { background-color: #9D7CAC; }
a { background-color: rgb(157,124,172); }
div.DivClassName
{
background-color: #9D7CAC;
}
.BgClassName
{
background-color: #9D7CAC;
}
</style>
border-color css
<style>
span { border-color: #9D7CAC; }
span { border-color: rgb(157,124,172); }
td.TdClassName
{
border-color: #9D7CAC;
}
.TagClassName
{
border-color: #9D7CAC;
}
</style>