Shades of Ce Soir #9F7AAF
Tints of Ce Soir #9F7AAF
RGB
CMYK
RGB Variations
Color information
#9F7AAF (or 0x9F7AAF) is known color: Ce Soir. HEX triplet: 9F, 7A and AF. RGB value is (159,122,175). Sum of RGB (Red+Green+Blue) = 159+122+175=456 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.87% from 456); Green value is 122 (48.05% from 255 or 26.75% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 175 - color contains mainly: blue. Hex color #9F7AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7AAF is #608550. Grayscale: #8A8A8A. Windows color (decimal): -6325585 or 11500191. OLE color: 11500191.
HSL color Cylindrical-coordinate representation of color #9F7AAF: hue angle of 281.89º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9F7AAF is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 122 | 175 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.31 |
| HSL | 281.89º | 0.25% | 0.58% | - |
| HSV(B) | 281.89º | 0.3% | 0.69% | - |
| XYZ | 29 | 24.39 | 43.74 | - |
| YUV | 139.11 | 148.26 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 122 | 175 | 0.09 | 0.30 | 0 | 0.31 | 281.89 | 0.25 | 0.58 |
| Hex | 9F | 7A | AF | 9 | 1E | 0 | 1F | 11A | 19 | 3A |
| Octal | 237 | 172 | 257 | 11 | 36 | 0 | 37 | 432 | 31 | 72 |
| Binary | 10011111 | 1111010 | 10101111 | 1001 | 11110 | 0 | 11111 | 100011010 | 11001 | 111010 |
Color Harmonies of #9F7AAF
Complementary color
Monochromatic Colors of #9F7AAF
Black with #9F7AAF
Text Example
Text Example
White with #9F7AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7AAF; }
p { color: rgb(159,122,175); }
H1.HeaderClassName
{
color: #9F7AAF;
}
.AnyTagClassName
{
color: #9F7AAF;
}
</style>
background-color css
<style>
a { background-color: #9F7AAF; }
a { background-color: rgb(159,122,175); }
div.DivClassName
{
background-color: #9F7AAF;
}
.BgClassName
{
background-color: #9F7AAF;
}
</style>
border-color css
<style>
span { border-color: #9F7AAF; }
span { border-color: rgb(159,122,175); }
td.TdClassName
{
border-color: #9F7AAF;
}
.TagClassName
{
border-color: #9F7AAF;
}
</style>