Shades of Ce Soir #9F7AAE
Tints of Ce Soir #9F7AAE
RGB
CMYK
RGB Variations
Color information
#9F7AAE (or 0x9F7AAE) is known color: Ce Soir. HEX triplet: 9F, 7A and AE. RGB value is (159,122,174). Sum of RGB (Red+Green+Blue) = 159+122+174=455 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.95% from 455); Green value is 122 (48.05% from 255 or 26.81% from 455); Blue value is 174 (68.36% from 255 or 38.24% from 455); Max value from RGB is 174 - color contains mainly: blue. Hex color #9F7AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7AAE is #608551. Grayscale: #8A8A8A. Windows color (decimal): -6325586 or 11434655. OLE color: 11434655.
HSL color Cylindrical-coordinate representation of color #9F7AAE: hue angle of 282.69º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9F7AAE is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 159 | 122 | 174 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.32 |
| HSL | 282.69º | 0.24% | 0.58% | - |
| HSV(B) | 282.69º | 0.3% | 0.68% | - |
| XYZ | 28.9 | 24.35 | 43.22 | - |
| YUV | 138.99 | 147.76 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 122 | 174 | 0.09 | 0.30 | 0 | 0.32 | 282.69 | 0.24 | 0.58 |
| Hex | 9F | 7A | AE | 9 | 1E | 0 | 20 | 11B | 18 | 3A |
| Octal | 237 | 172 | 256 | 11 | 36 | 0 | 40 | 433 | 30 | 72 |
| Binary | 10011111 | 1111010 | 10101110 | 1001 | 11110 | 0 | 100000 | 100011011 | 11000 | 111010 |
Color Harmonies of #9F7AAE
Complementary color
Monochromatic Colors of #9F7AAE
Black with #9F7AAE
Text Example
Text Example
White with #9F7AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7AAE; }
p { color: rgb(159,122,174); }
H1.HeaderClassName
{
color: #9F7AAE;
}
.AnyTagClassName
{
color: #9F7AAE;
}
</style>
background-color css
<style>
a { background-color: #9F7AAE; }
a { background-color: rgb(159,122,174); }
div.DivClassName
{
background-color: #9F7AAE;
}
.BgClassName
{
background-color: #9F7AAE;
}
</style>
border-color css
<style>
span { border-color: #9F7AAE; }
span { border-color: rgb(159,122,174); }
td.TdClassName
{
border-color: #9F7AAE;
}
.TagClassName
{
border-color: #9F7AAE;
}
</style>