Shades of Ce Soir #9F7AAA
Tints of Ce Soir #9F7AAA
RGB
CMYK
RGB Variations
Color information
#9F7AAA (or 0x9F7AAA) is known color: Ce Soir. HEX triplet: 9F, 7A and AA. RGB value is (159,122,170). Sum of RGB (Red+Green+Blue) = 159+122+170=451 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.25% from 451); Green value is 122 (48.05% from 255 or 27.05% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F7AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7AAA is #608555. Grayscale: #8A8A8A. Windows color (decimal): -6325590 or 11172511. OLE color: 11172511.
HSL color Cylindrical-coordinate representation of color #9F7AAA: hue angle of 286.25º 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 #9F7AAA is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 122 | 170 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.33 |
| HSL | 286.25º | 0.22% | 0.57% | - |
| HSV(B) | 286.25º | 0.28% | 0.67% | - |
| XYZ | 28.51 | 24.19 | 41.2 | - |
| YUV | 138.54 | 145.76 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 122 | 170 | 0.06 | 0.28 | 0 | 0.33 | 286.25 | 0.22 | 0.57 |
| Hex | 9F | 7A | AA | 6 | 1C | 0 | 21 | 11E | 16 | 39 |
| Octal | 237 | 172 | 252 | 6 | 34 | 0 | 41 | 436 | 26 | 71 |
| Binary | 10011111 | 1111010 | 10101010 | 110 | 11100 | 0 | 100001 | 100011110 | 10110 | 111001 |
Color Harmonies of #9F7AAA
Complementary color
Monochromatic Colors of #9F7AAA
Black with #9F7AAA
Text Example
Text Example
White with #9F7AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7AAA; }
p { color: rgb(159,122,170); }
H1.HeaderClassName
{
color: #9F7AAA;
}
.AnyTagClassName
{
color: #9F7AAA;
}
</style>
background-color css
<style>
a { background-color: #9F7AAA; }
a { background-color: rgb(159,122,170); }
div.DivClassName
{
background-color: #9F7AAA;
}
.BgClassName
{
background-color: #9F7AAA;
}
</style>
border-color css
<style>
span { border-color: #9F7AAA; }
span { border-color: rgb(159,122,170); }
td.TdClassName
{
border-color: #9F7AAA;
}
.TagClassName
{
border-color: #9F7AAA;
}
</style>