Shades of Ce Soir #9B7BAA
Tints of Ce Soir #9B7BAA
RGB
CMYK
RGB Variations
Color information
#9B7BAA (or 0x9B7BAA) is known color: Ce Soir. HEX triplet: 9B, 7B and AA. RGB value is (155,123,170). Sum of RGB (Red+Green+Blue) = 155+123+170=448 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.60% from 448); Green value is 123 (48.44% from 255 or 27.46% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 170 - color contains mainly: blue. Hex color #9B7BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7BAA is #648455. Grayscale: #898989. Windows color (decimal): -6587478 or 11172763. OLE color: 11172763.
HSL color Cylindrical-coordinate representation of color #9B7BAA: hue angle of 280.85º 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 #9B7BAA is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 123 | 170 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.33 |
| HSL | 280.85º | 0.22% | 0.57% | - |
| HSV(B) | 280.85º | 0.28% | 0.67% | - |
| XYZ | 27.86 | 24.04 | 41.2 | - |
| YUV | 137.93 | 146.1 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 123 | 170 | 0.09 | 0.28 | 0 | 0.33 | 280.85 | 0.22 | 0.57 |
| Hex | 9B | 7B | AA | 9 | 1C | 0 | 21 | 119 | 16 | 39 |
| Octal | 233 | 173 | 252 | 11 | 34 | 0 | 41 | 431 | 26 | 71 |
| Binary | 10011011 | 1111011 | 10101010 | 1001 | 11100 | 0 | 100001 | 100011001 | 10110 | 111001 |
Color Harmonies of #9B7BAA
Complementary color
Monochromatic Colors of #9B7BAA
Black with #9B7BAA
Text Example
Text Example
White with #9B7BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7BAA; }
p { color: rgb(155,123,170); }
H1.HeaderClassName
{
color: #9B7BAA;
}
.AnyTagClassName
{
color: #9B7BAA;
}
</style>
background-color css
<style>
a { background-color: #9B7BAA; }
a { background-color: rgb(155,123,170); }
div.DivClassName
{
background-color: #9B7BAA;
}
.BgClassName
{
background-color: #9B7BAA;
}
</style>
border-color css
<style>
span { border-color: #9B7BAA; }
span { border-color: rgb(155,123,170); }
td.TdClassName
{
border-color: #9B7BAA;
}
.TagClassName
{
border-color: #9B7BAA;
}
</style>