Shades of Ce Soir #9F7BAA
Tints of Ce Soir #9F7BAA
RGB
CMYK
RGB Variations
Color information
#9F7BAA (or 0x9F7BAA) is known color: Ce Soir. HEX triplet: 9F, 7B and AA. RGB value is (159,123,170). Sum of RGB (Red+Green+Blue) = 159+123+170=452 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.18% from 452); Green value is 123 (48.44% from 255 or 27.21% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F7BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7BAA is #608455. Grayscale: #8A8A8A. Windows color (decimal): -6325334 or 11172767. OLE color: 11172767.
HSL color Cylindrical-coordinate representation of color #9F7BAA: hue angle of 285.96º 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 #9F7BAA is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 123 | 170 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.33 |
| HSL | 285.96º | 0.22% | 0.57% | - |
| HSV(B) | 285.96º | 0.28% | 0.67% | - |
| XYZ | 28.64 | 24.44 | 41.24 | - |
| YUV | 139.12 | 145.43 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 123 | 170 | 0.06 | 0.28 | 0 | 0.33 | 285.96 | 0.22 | 0.57 |
| Hex | 9F | 7B | AA | 6 | 1C | 0 | 21 | 11E | 16 | 39 |
| Octal | 237 | 173 | 252 | 6 | 34 | 0 | 41 | 436 | 26 | 71 |
| Binary | 10011111 | 1111011 | 10101010 | 110 | 11100 | 0 | 100001 | 100011110 | 10110 | 111001 |
Color Harmonies of #9F7BAA
Complementary color
Monochromatic Colors of #9F7BAA
Black with #9F7BAA
Text Example
Text Example
White with #9F7BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7BAA; }
p { color: rgb(159,123,170); }
H1.HeaderClassName
{
color: #9F7BAA;
}
.AnyTagClassName
{
color: #9F7BAA;
}
</style>
background-color css
<style>
a { background-color: #9F7BAA; }
a { background-color: rgb(159,123,170); }
div.DivClassName
{
background-color: #9F7BAA;
}
.BgClassName
{
background-color: #9F7BAA;
}
</style>
border-color css
<style>
span { border-color: #9F7BAA; }
span { border-color: rgb(159,123,170); }
td.TdClassName
{
border-color: #9F7BAA;
}
.TagClassName
{
border-color: #9F7BAA;
}
</style>