Shades of Ce Soir #9B7BAB
Tints of Ce Soir #9B7BAB
RGB
CMYK
RGB Variations
Color information
#9B7BAB (or 0x9B7BAB) is known color: Ce Soir. HEX triplet: 9B, 7B and AB. RGB value is (155,123,171). Sum of RGB (Red+Green+Blue) = 155+123+171=449 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.52% from 449); Green value is 123 (48.44% from 255 or 27.39% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 171 - color contains mainly: blue. Hex color #9B7BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7BAB is #648454. Grayscale: #898989. Windows color (decimal): -6587477 or 11238299. OLE color: 11238299.
HSL color Cylindrical-coordinate representation of color #9B7BAB: hue angle of 280º 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 #9B7BAB is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 123 | 171 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.33 |
| HSL | 280º | 0.22% | 0.58% | - |
| HSV(B) | 280º | 0.28% | 0.67% | - |
| XYZ | 27.95 | 24.07 | 41.7 | - |
| YUV | 138.04 | 146.6 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 123 | 171 | 0.09 | 0.28 | 0 | 0.33 | 280 | 0.22 | 0.58 |
| Hex | 9B | 7B | AB | 9 | 1C | 0 | 21 | 118 | 16 | 3A |
| Octal | 233 | 173 | 253 | 11 | 34 | 0 | 41 | 430 | 26 | 72 |
| Binary | 10011011 | 1111011 | 10101011 | 1001 | 11100 | 0 | 100001 | 100011000 | 10110 | 111010 |
Color Harmonies of #9B7BAB
Complementary color
Monochromatic Colors of #9B7BAB
Black with #9B7BAB
Text Example
Text Example
White with #9B7BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7BAB; }
p { color: rgb(155,123,171); }
H1.HeaderClassName
{
color: #9B7BAB;
}
.AnyTagClassName
{
color: #9B7BAB;
}
</style>
background-color css
<style>
a { background-color: #9B7BAB; }
a { background-color: rgb(155,123,171); }
div.DivClassName
{
background-color: #9B7BAB;
}
.BgClassName
{
background-color: #9B7BAB;
}
</style>
border-color css
<style>
span { border-color: #9B7BAB; }
span { border-color: rgb(155,123,171); }
td.TdClassName
{
border-color: #9B7BAB;
}
.TagClassName
{
border-color: #9B7BAB;
}
</style>