Shades of Ce Soir #9C6FA6
Tints of Ce Soir #9C6FA6
RGB
CMYK
RGB Variations
Color information
#9C6FA6 (or 0x9C6FA6) is known color: Ce Soir. HEX triplet: 9C, 6F and A6. RGB value is (156,111,166). Sum of RGB (Red+Green+Blue) = 156+111+166=433 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.03% from 433); Green value is 111 (43.75% from 255 or 25.64% from 433); Blue value is 166 (65.23% from 255 or 38.34% from 433); Max value from RGB is 166 - color contains mainly: blue. Hex color #9C6FA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6FA6 is #639059. Grayscale: #828282. Windows color (decimal): -6525018 or 10907548. OLE color: 10907548.
HSL color Cylindrical-coordinate representation of color #9C6FA6: hue angle of 289.09º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9C6FA6 is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 156 | 111 | 166 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.35 |
| HSL | 289.09º | 0.24% | 0.54% | - |
| HSV(B) | 289.09º | 0.33% | 0.65% | - |
| XYZ | 26.28 | 21.19 | 38.78 | - |
| YUV | 130.73 | 147.91 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 111 | 166 | 0.06 | 0.33 | 0 | 0.35 | 289.09 | 0.24 | 0.54 |
| Hex | 9C | 6F | A6 | 6 | 21 | 0 | 23 | 121 | 18 | 36 |
| Octal | 234 | 157 | 246 | 6 | 41 | 0 | 43 | 441 | 30 | 66 |
| Binary | 10011100 | 1101111 | 10100110 | 110 | 100001 | 0 | 100011 | 100100001 | 11000 | 110110 |
Color Harmonies of #9C6FA6
Complementary color
Monochromatic Colors of #9C6FA6
Black with #9C6FA6
Text Example
Text Example
White with #9C6FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6FA6; }
p { color: rgb(156,111,166); }
H1.HeaderClassName
{
color: #9C6FA6;
}
.AnyTagClassName
{
color: #9C6FA6;
}
</style>
background-color css
<style>
a { background-color: #9C6FA6; }
a { background-color: rgb(156,111,166); }
div.DivClassName
{
background-color: #9C6FA6;
}
.BgClassName
{
background-color: #9C6FA6;
}
</style>
border-color css
<style>
span { border-color: #9C6FA6; }
span { border-color: rgb(156,111,166); }
td.TdClassName
{
border-color: #9C6FA6;
}
.TagClassName
{
border-color: #9C6FA6;
}
</style>