Shades of Ce Soir #9D7BAB
Tints of Ce Soir #9D7BAB
RGB
CMYK
RGB Variations
Color information
#9D7BAB (or 0x9D7BAB) is known color: Ce Soir. HEX triplet: 9D, 7B and AB. RGB value is (157,123,171). Sum of RGB (Red+Green+Blue) = 157+123+171=451 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.81% from 451); Green value is 123 (48.44% from 255 or 27.27% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 171 - color contains mainly: blue. Hex color #9D7BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7BAB is #628454. Grayscale: #8A8A8A. Windows color (decimal): -6456405 or 11238301. OLE color: 11238301.
HSL color Cylindrical-coordinate representation of color #9D7BAB: hue angle of 282.5º 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 #9D7BAB is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 123 | 171 | - |
| CMYK | 0.08 | 0.28 | 0 | 0.33 |
| HSL | 282.5º | 0.22% | 0.58% | - |
| HSV(B) | 282.5º | 0.28% | 0.67% | - |
| XYZ | 28.34 | 24.27 | 41.72 | - |
| YUV | 138.64 | 146.26 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 123 | 171 | 0.08 | 0.28 | 0 | 0.33 | 282.5 | 0.22 | 0.58 |
| Hex | 9D | 7B | AB | 8 | 1C | 0 | 21 | 11A | 16 | 3A |
| Octal | 235 | 173 | 253 | 10 | 34 | 0 | 41 | 432 | 26 | 72 |
| Binary | 10011101 | 1111011 | 10101011 | 1000 | 11100 | 0 | 100001 | 100011010 | 10110 | 111010 |
Color Harmonies of #9D7BAB
Complementary color
Monochromatic Colors of #9D7BAB
Black with #9D7BAB
Text Example
Text Example
White with #9D7BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7BAB; }
p { color: rgb(157,123,171); }
H1.HeaderClassName
{
color: #9D7BAB;
}
.AnyTagClassName
{
color: #9D7BAB;
}
</style>
background-color css
<style>
a { background-color: #9D7BAB; }
a { background-color: rgb(157,123,171); }
div.DivClassName
{
background-color: #9D7BAB;
}
.BgClassName
{
background-color: #9D7BAB;
}
</style>
border-color css
<style>
span { border-color: #9D7BAB; }
span { border-color: rgb(157,123,171); }
td.TdClassName
{
border-color: #9D7BAB;
}
.TagClassName
{
border-color: #9D7BAB;
}
</style>