Shades of Ce Soir #9F78AA
Tints of Ce Soir #9F78AA
RGB
CMYK
RGB Variations
Color information
#9F78AA (or 0x9F78AA) is known color: Ce Soir. HEX triplet: 9F, 78 and AA. RGB value is (159,120,170). Sum of RGB (Red+Green+Blue) = 159+120+170=449 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.41% from 449); Green value is 120 (47.27% from 255 or 26.73% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F78AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F78AA is #608755. Grayscale: #898989. Windows color (decimal): -6326102 or 11171999. OLE color: 11171999.
HSL color Cylindrical-coordinate representation of color #9F78AA: hue angle of 286.8º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9F78AA is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 120 | 170 | - |
| CMYK | 0.06 | 0.29 | 0 | 0.33 |
| HSL | 286.8º | 0.23% | 0.57% | - |
| HSV(B) | 286.8º | 0.29% | 0.67% | - |
| XYZ | 28.27 | 23.71 | 41.12 | - |
| YUV | 137.36 | 146.42 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 120 | 170 | 0.06 | 0.29 | 0 | 0.33 | 286.8 | 0.23 | 0.57 |
| Hex | 9F | 78 | AA | 6 | 1D | 0 | 21 | 11F | 17 | 39 |
| Octal | 237 | 170 | 252 | 6 | 35 | 0 | 41 | 437 | 27 | 71 |
| Binary | 10011111 | 1111000 | 10101010 | 110 | 11101 | 0 | 100001 | 100011111 | 10111 | 111001 |
Color Harmonies of #9F78AA
Complementary color
Monochromatic Colors of #9F78AA
Black with #9F78AA
Text Example
Text Example
White with #9F78AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F78AA; }
p { color: rgb(159,120,170); }
H1.HeaderClassName
{
color: #9F78AA;
}
.AnyTagClassName
{
color: #9F78AA;
}
</style>
background-color css
<style>
a { background-color: #9F78AA; }
a { background-color: rgb(159,120,170); }
div.DivClassName
{
background-color: #9F78AA;
}
.BgClassName
{
background-color: #9F78AA;
}
</style>
border-color css
<style>
span { border-color: #9F78AA; }
span { border-color: rgb(159,120,170); }
td.TdClassName
{
border-color: #9F78AA;
}
.TagClassName
{
border-color: #9F78AA;
}
</style>