Shades of Ce Soir #9F7AAD
Tints of Ce Soir #9F7AAD
RGB
CMYK
RGB Variations
Color information
#9F7AAD (or 0x9F7AAD) is known color: Ce Soir. HEX triplet: 9F, 7A and AD. RGB value is (159,122,173). Sum of RGB (Red+Green+Blue) = 159+122+173=454 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.02% from 454); Green value is 122 (48.05% from 255 or 26.87% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 173 - color contains mainly: blue. Hex color #9F7AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7AAD is #608552. Grayscale: #8A8A8A. Windows color (decimal): -6325587 or 11369119. OLE color: 11369119.
HSL color Cylindrical-coordinate representation of color #9F7AAD: hue angle of 283.53º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9F7AAD is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 159 | 122 | 173 | - |
| CMYK | 0.08 | 0.29 | 0 | 0.32 |
| HSL | 283.53º | 0.24% | 0.58% | - |
| HSV(B) | 283.53º | 0.29% | 0.68% | - |
| XYZ | 28.8 | 24.31 | 42.71 | - |
| YUV | 138.88 | 147.26 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 122 | 173 | 0.08 | 0.29 | 0 | 0.32 | 283.53 | 0.24 | 0.58 |
| Hex | 9F | 7A | AD | 8 | 1D | 0 | 20 | 11C | 18 | 3A |
| Octal | 237 | 172 | 255 | 10 | 35 | 0 | 40 | 434 | 30 | 72 |
| Binary | 10011111 | 1111010 | 10101101 | 1000 | 11101 | 0 | 100000 | 100011100 | 11000 | 111010 |
Color Harmonies of #9F7AAD
Complementary color
Monochromatic Colors of #9F7AAD
Black with #9F7AAD
Text Example
Text Example
White with #9F7AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7AAD; }
p { color: rgb(159,122,173); }
H1.HeaderClassName
{
color: #9F7AAD;
}
.AnyTagClassName
{
color: #9F7AAD;
}
</style>
background-color css
<style>
a { background-color: #9F7AAD; }
a { background-color: rgb(159,122,173); }
div.DivClassName
{
background-color: #9F7AAD;
}
.BgClassName
{
background-color: #9F7AAD;
}
</style>
border-color css
<style>
span { border-color: #9F7AAD; }
span { border-color: rgb(159,122,173); }
td.TdClassName
{
border-color: #9F7AAD;
}
.TagClassName
{
border-color: #9F7AAD;
}
</style>