Shades of Ce Soir #9D7BAA
Tints of Ce Soir #9D7BAA
RGB
CMYK
RGB Variations
Color information
#9D7BAA (or 0x9D7BAA) is known color: Ce Soir. HEX triplet: 9D, 7B and AA. RGB value is (157,123,170). Sum of RGB (Red+Green+Blue) = 157+123+170=450 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.89% from 450); Green value is 123 (48.44% from 255 or 27.33% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 170 - color contains mainly: blue. Hex color #9D7BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7BAA is #628455. Grayscale: #8A8A8A. Windows color (decimal): -6456406 or 11172765. OLE color: 11172765.
HSL color Cylindrical-coordinate representation of color #9D7BAA: hue angle of 283.4º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9D7BAA is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 123 | 170 | - |
| CMYK | 0.08 | 0.28 | 0 | 0.33 |
| HSL | 283.4º | 0.22% | 0.57% | - |
| HSV(B) | 283.4º | 0.28% | 0.67% | - |
| XYZ | 28.24 | 24.24 | 41.22 | - |
| YUV | 138.52 | 145.76 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 123 | 170 | 0.08 | 0.28 | 0 | 0.33 | 283.4 | 0.22 | 0.57 |
| Hex | 9D | 7B | AA | 8 | 1C | 0 | 21 | 11B | 16 | 39 |
| Octal | 235 | 173 | 252 | 10 | 34 | 0 | 41 | 433 | 26 | 71 |
| Binary | 10011101 | 1111011 | 10101010 | 1000 | 11100 | 0 | 100001 | 100011011 | 10110 | 111001 |
Color Harmonies of #9D7BAA
Complementary color
Monochromatic Colors of #9D7BAA
Black with #9D7BAA
Text Example
Text Example
White with #9D7BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7BAA; }
p { color: rgb(157,123,170); }
H1.HeaderClassName
{
color: #9D7BAA;
}
.AnyTagClassName
{
color: #9D7BAA;
}
</style>
background-color css
<style>
a { background-color: #9D7BAA; }
a { background-color: rgb(157,123,170); }
div.DivClassName
{
background-color: #9D7BAA;
}
.BgClassName
{
background-color: #9D7BAA;
}
</style>
border-color css
<style>
span { border-color: #9D7BAA; }
span { border-color: rgb(157,123,170); }
td.TdClassName
{
border-color: #9D7BAA;
}
.TagClassName
{
border-color: #9D7BAA;
}
</style>