Shades of Ce Soir #9F7FAE
Tints of Ce Soir #9F7FAE
RGB
CMYK
RGB Variations
Color information
#9F7FAE (or 0x9F7FAE) is known color: Ce Soir. HEX triplet: 9F, 7F and AE. RGB value is (159,127,174). Sum of RGB (Red+Green+Blue) = 159+127+174=460 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.57% from 460); Green value is 127 (50% from 255 or 27.61% from 460); Blue value is 174 (68.36% from 255 or 37.83% from 460); Max value from RGB is 174 - color contains mainly: blue. Hex color #9F7FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7FAE is #608051. Grayscale: #8D8D8D. Windows color (decimal): -6324306 or 11435935. OLE color: 11435935.
HSL color Cylindrical-coordinate representation of color #9F7FAE: hue angle of 280.85º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9F7FAE is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 159 | 127 | 174 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.32 |
| HSL | 280.85º | 0.22% | 0.59% | - |
| HSV(B) | 280.85º | 0.27% | 0.68% | - |
| XYZ | 29.53 | 25.61 | 43.43 | - |
| YUV | 141.93 | 146.1 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 127 | 174 | 0.09 | 0.27 | 0 | 0.32 | 280.85 | 0.22 | 0.59 |
| Hex | 9F | 7F | AE | 9 | 1B | 0 | 20 | 119 | 16 | 3B |
| Octal | 237 | 177 | 256 | 11 | 33 | 0 | 40 | 431 | 26 | 73 |
| Binary | 10011111 | 1111111 | 10101110 | 1001 | 11011 | 0 | 100000 | 100011001 | 10110 | 111011 |
Color Harmonies of #9F7FAE
Complementary color
Monochromatic Colors of #9F7FAE
Black with #9F7FAE
Text Example
Text Example
White with #9F7FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7FAE; }
p { color: rgb(159,127,174); }
H1.HeaderClassName
{
color: #9F7FAE;
}
.AnyTagClassName
{
color: #9F7FAE;
}
</style>
background-color css
<style>
a { background-color: #9F7FAE; }
a { background-color: rgb(159,127,174); }
div.DivClassName
{
background-color: #9F7FAE;
}
.BgClassName
{
background-color: #9F7FAE;
}
</style>
border-color css
<style>
span { border-color: #9F7FAE; }
span { border-color: rgb(159,127,174); }
td.TdClassName
{
border-color: #9F7FAE;
}
.TagClassName
{
border-color: #9F7FAE;
}
</style>