Shades of Ce Soir #9F7BAD
Tints of Ce Soir #9F7BAD
RGB
CMYK
RGB Variations
Color information
#9F7BAD (or 0x9F7BAD) is known color: Ce Soir. HEX triplet: 9F, 7B and AD. RGB value is (159,123,173). Sum of RGB (Red+Green+Blue) = 159+123+173=455 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.95% from 455); Green value is 123 (48.44% from 255 or 27.03% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 173 - color contains mainly: blue. Hex color #9F7BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7BAD is #608452. Grayscale: #8B8B8B. Windows color (decimal): -6325331 or 11369375. OLE color: 11369375.
HSL color Cylindrical-coordinate representation of color #9F7BAD: hue angle of 283.2º degrees, saturation: 0.23, 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 #9F7BAD is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 159 | 123 | 173 | - |
| CMYK | 0.08 | 0.29 | 0 | 0.32 |
| HSL | 283.2º | 0.23% | 0.58% | - |
| HSV(B) | 283.2º | 0.29% | 0.68% | - |
| XYZ | 28.92 | 24.55 | 42.75 | - |
| YUV | 139.46 | 146.93 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 123 | 173 | 0.08 | 0.29 | 0 | 0.32 | 283.2 | 0.23 | 0.58 |
| Hex | 9F | 7B | AD | 8 | 1D | 0 | 20 | 11B | 17 | 3A |
| Octal | 237 | 173 | 255 | 10 | 35 | 0 | 40 | 433 | 27 | 72 |
| Binary | 10011111 | 1111011 | 10101101 | 1000 | 11101 | 0 | 100000 | 100011011 | 10111 | 111010 |
Color Harmonies of #9F7BAD
Complementary color
Monochromatic Colors of #9F7BAD
Black with #9F7BAD
Text Example
Text Example
White with #9F7BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7BAD; }
p { color: rgb(159,123,173); }
H1.HeaderClassName
{
color: #9F7BAD;
}
.AnyTagClassName
{
color: #9F7BAD;
}
</style>
background-color css
<style>
a { background-color: #9F7BAD; }
a { background-color: rgb(159,123,173); }
div.DivClassName
{
background-color: #9F7BAD;
}
.BgClassName
{
background-color: #9F7BAD;
}
</style>
border-color css
<style>
span { border-color: #9F7BAD; }
span { border-color: rgb(159,123,173); }
td.TdClassName
{
border-color: #9F7BAD;
}
.TagClassName
{
border-color: #9F7BAD;
}
</style>