Shades of Ce Soir #9F6DAD
Tints of Ce Soir #9F6DAD
RGB
CMYK
RGB Variations
Color information
#9F6DAD (or 0x9F6DAD) is known color: Ce Soir. HEX triplet: 9F, 6D and AD. RGB value is (159,109,173). Sum of RGB (Red+Green+Blue) = 159+109+173=441 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.05% from 441); Green value is 109 (42.97% from 255 or 24.72% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 173 - color contains mainly: blue. Hex color #9F6DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6DAD is #609252. Grayscale: #838383. Windows color (decimal): -6328915 or 11365791. OLE color: 11365791.
HSL color Cylindrical-coordinate representation of color #9F6DAD: hue angle of 286.88º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9F6DAD is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 159 | 109 | 173 | - |
| CMYK | 0.08 | 0.37 | 0 | 0.32 |
| HSL | 286.88º | 0.28% | 0.55% | - |
| HSV(B) | 286.88º | 0.37% | 0.68% | - |
| XYZ | 27.31 | 21.33 | 42.21 | - |
| YUV | 131.25 | 151.57 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 109 | 173 | 0.08 | 0.37 | 0 | 0.32 | 286.88 | 0.28 | 0.55 |
| Hex | 9F | 6D | AD | 8 | 25 | 0 | 20 | 11F | 1C | 37 |
| Octal | 237 | 155 | 255 | 10 | 45 | 0 | 40 | 437 | 34 | 67 |
| Binary | 10011111 | 1101101 | 10101101 | 1000 | 100101 | 0 | 100000 | 100011111 | 11100 | 110111 |
Color Harmonies of #9F6DAD
Complementary color
Monochromatic Colors of #9F6DAD
Black with #9F6DAD
Text Example
Text Example
White with #9F6DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6DAD; }
p { color: rgb(159,109,173); }
H1.HeaderClassName
{
color: #9F6DAD;
}
.AnyTagClassName
{
color: #9F6DAD;
}
</style>
background-color css
<style>
a { background-color: #9F6DAD; }
a { background-color: rgb(159,109,173); }
div.DivClassName
{
background-color: #9F6DAD;
}
.BgClassName
{
background-color: #9F6DAD;
}
</style>
border-color css
<style>
span { border-color: #9F6DAD; }
span { border-color: rgb(159,109,173); }
td.TdClassName
{
border-color: #9F6DAD;
}
.TagClassName
{
border-color: #9F6DAD;
}
</style>